#267CC4

Color #267CC4 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #267CC4

Tints of Curious Blue #267CC4

Color information

#267CC4 (or 0x267CC4) is unknown color: approx Curious Blue. HEX triplet: 26, 7C and C4. RGB value is (38,124,196). Sum of RGB (Red+Green+Blue) = 38+124+196=358 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.61% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 196 (76.95% from 255 or 54.75% from 358); Max value from RGB is 196 - color contains mainly: blue. Hex color #267CC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267CC4 is #D9833B. Grayscale: #6A6A6A. Windows color (decimal): -14254908 or 12876838. OLE color: 12876838.

HSL color Cylindrical-coordinate representation of color #267CC4: hue angle of 207.34º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #267CC4 is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB38124196-
CMYK0.810.3700.23
HSL207.34º67.52%45.88%-
HSV(B)207.34º80.61%76.86%-
XYZ17.9718.8154.91-
YUV106.49178.5179.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 10.61%
GREEN value IS 124 (48.83% from 255) = 34.64%
BLUE value IS 196 (76.95% from 255) = 54.75%
R=10.61%
G=34.64%
B=54.75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal381241960.810.3700.23207.3467.5245.88
Hex267CC45125017cf442e
Octal461743041214502731710456
Binary1001101111100110001001010001100101010111110011111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267CC4; }

 p { color: rgb(38,124,196); }

 H1.HeaderClassName
 {
   color: #267CC4;
 }
 .AnyTagClassName
 {
   color: #267CC4;
 }
</style>
background-color css

<style>
 a { background-color: #267CC4; }

 a { background-color: rgb(38,124,196); }

 div.DivClassName
 {
   background-color: #267CC4;
 }
 .BgClassName
 {
   background-color: #267CC4;
 }
</style>
border-color css

<style>
 span { border-color: #267CC4; }

 span { border-color: rgb(38,124,196); }

 td.TdClassName
 {
   border-color: #267CC4;
 }
 .TagClassName
 {
   border-color: #267CC4;
 }
</style>