Html Css Color HEX #367ECC Curious Blue

📋 copy color: '#367ECC'

red 54 ◦ green 126 ◦ blue 204

#367ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #367ECC

Tints of Curious Blue #367ECC

RGB

 RED value IS 54 (21.48% from 255) = 14.06%

 GREEN value IS 126 (49.61% from 255) = 32.81%

 BLUE value IS 204 (80.08% from 255) = 53.13%

R = 14.06%
G = 32.81%
B = 53.13%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#367ECC (or 0x367ECC) is known color: Curious Blue. HEX triplet: 36, 7E and CC. RGB value is (54,126,204). Sum of RGB (Red+Green+Blue) = 54+126+204=384 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.06% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #367ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367ECC is #C98133. Grayscale: #707070. Windows color (decimal): -13205812 or 13401654. OLE color: 13401654.

HSL color Cylindrical-coordinate representation of color #367ECC: hue angle of 211.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #367ECC is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 54 126 204 -
CMYK 0.74 0.38 0 0.2
HSL 211.2º 0.6% 0.51% -
HSV(B) 211.2º 0.74% 0.8% -
XYZ 19.88 20.07 59.95 -
YUV 113.36 179.15 85.66 -
System Red Green Blue C M Y K H S L
Decimal 54 126 204 0.74 0.38 0 0.2 211.2 0.6 0.51
Hex 36 7E CC 4A 26 0 14 D3 3C 33
Octal 66 176 314 112 46 0 24 323 74 63
Binary 110110 1111110 11001100 1001010 100110 0 10100 11010011 111100 110011

Color Harmonies of #367ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367ECC

Black with #367ECC

Text Example


Text Example

White with #367ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367ECC; }

 p { color: rgb(54,126,204); }

 H1.HeaderClassName
 {
   color: #367ECC;
 }
 .AnyTagClassName
 {
   color: #367ECC;
 }
</style>

background-color css

<style>
 a { background-color: #367ECC; }

 a { background-color: rgb(54,126,204); }

 div.DivClassName
 {
   background-color: #367ECC;
 }
 .BgClassName
 {
   background-color: #367ECC;
 }
</style>

border-color css

<style>
 span { border-color: #367ECC; }

 span { border-color: rgb(54,126,204); }

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