Html Css Color HEX #367DCD Curious Blue

📋 copy color: '#367DCD'

red 54 ◦ green 125 ◦ blue 205

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

Shades of Curious Blue #367DCD

Tints of Curious Blue #367DCD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.55%

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

R = 14.06%
G = 32.55%
B = 53.39%

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

#367DCD (or 0x367DCD) is known color: Curious Blue. HEX triplet: 36, 7D and CD. RGB value is (54,125,205). Sum of RGB (Red+Green+Blue) = 54+125+205=384 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.06% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #367DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367DCD is #C98232. Grayscale: #707070. Windows color (decimal): -13206067 or 13466934. OLE color: 13466934.

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

Color convert

RGB 54 125 205 -
CMYK 0.74 0.39 0 0.20
HSL 211.79º 0.6% 0.51% -
HSV(B) 211.79º 0.74% 0.8% -
XYZ 19.87 19.86 60.54 -
YUV 112.89 179.98 86 -
System Red Green Blue C M Y K H S L
Decimal 54 125 205 0.74 0.39 0 0.20 211.79 0.6 0.51
Hex 36 7D CD 4A 27 0 14 D4 3C 33
Octal 66 175 315 112 47 0 24 324 74 63
Binary 110110 1111101 11001101 1001010 100111 0 10100 11010100 111100 110011

Color Harmonies of #367DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367DCD

Black with #367DCD

Text Example


Text Example

White with #367DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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