Html Css Color HEX #367ECD Curious Blue

📋 copy color: '#367ECD'

red 54 ◦ green 126 ◦ blue 205

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

Shades of Curious Blue #367ECD

Tints of Curious Blue #367ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.25%

R = 14.03%
G = 32.73%
B = 53.25%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#367ECD (or 0x367ECD) is known color: Curious Blue. HEX triplet: 36, 7E and CD. RGB value is (54,126,205). Sum of RGB (Red+Green+Blue) = 54+126+205=385 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.03% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #367ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367ECD is #C98132. Grayscale: #717171. Windows color (decimal): -13205811 or 13467190. OLE color: 13467190.

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

Color convert

RGB 54 126 205 -
CMYK 0.74 0.39 0 0.20
HSL 211.39º 0.6% 0.51% -
HSV(B) 211.39º 0.74% 0.8% -
XYZ 20 20.11 60.59 -
YUV 113.48 179.65 85.58 -
System Red Green Blue C M Y K H S L
Decimal 54 126 205 0.74 0.39 0 0.20 211.39 0.6 0.51
Hex 36 7E CD 4A 27 0 14 D3 3C 33
Octal 66 176 315 112 47 0 24 323 74 63
Binary 110110 1111110 11001101 1001010 100111 0 10100 11010011 111100 110011

Color Harmonies of #367ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367ECD

Black with #367ECD

Text Example


Text Example

White with #367ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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