#267FCD

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

Shades of Curious Blue #267FCD

Tints of Curious Blue #267FCD

Color information

#267FCD (or 0x267FCD) is unknown color: approx Curious Blue. HEX triplet: 26, 7F and CD. RGB value is (38,127,205). Sum of RGB (Red+Green+Blue) = 38+127+205=370 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.27% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #267FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267FCD is #D98032. Grayscale: #6C6C6C. Windows color (decimal): -14254131 or 13467430. OLE color: 13467430.

HSL color Cylindrical-coordinate representation of color #267FCD: hue angle of 208.02º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #267FCD is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB38127205-
CMYK0.810.3800.20
HSL208.02º68.72%47.65%-
HSV(B)208.02º81.46%80.39%-
XYZ19.412060.59-
YUV109.28182.0177.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.27%
GREEN value IS 127 (50% from 255) = 34.32%
BLUE value IS 205 (80.47% from 255) = 55.41%
R=10.27%
G=34.32%
B=55.41%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal381272050.810.3800.20208.0268.7247.65
Hex267FCD5126014d04530
Octal461773151214602432010560
Binary1001101111111110011011010001100110010100110100001000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,127,205); }

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

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

 a { background-color: rgb(38,127,205); }

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

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

 span { border-color: rgb(38,127,205); }

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