#267ECD

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

Shades of Curious Blue #267ECD

Tints of Curious Blue #267ECD

Color information

#267ECD (or 0x267ECD) is unknown color: approx Curious Blue. HEX triplet: 26, 7E and CD. RGB value is (38,126,205). Sum of RGB (Red+Green+Blue) = 38+126+205=369 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.30% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #267ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267ECD is #D98132. Grayscale: #6C6C6C. Windows color (decimal): -14254387 or 13467174. OLE color: 13467174.

HSL color Cylindrical-coordinate representation of color #267ECD: hue angle of 208.38º 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 #267ECD is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB38126205-
CMYK0.810.3900.20
HSL208.38º68.72%47.65%-
HSV(B)208.38º81.46%80.39%-
XYZ19.2819.7460.55-
YUV108.69182.3577.58-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.30%
GREEN value IS 126 (49.61% from 255) = 34.15%
BLUE value IS 205 (80.47% from 255) = 55.56%
R=10.30%
G=34.15%
B=55.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal381262050.810.3900.20208.3868.7247.65
Hex267ECD5127014d04530
Octal461763151214702432010560
Binary1001101111110110011011010001100111010100110100001000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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