Html Css Color HEX #367DCC Curious Blue

📋 copy color: '#367DCC'

red 54 ◦ green 125 ◦ blue 204

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

Shades of Curious Blue #367DCC

Tints of Curious Blue #367DCC

RGB

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

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

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

R = 14.1%
G = 32.64%
B = 53.26%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#367DCC (or 0x367DCC) is known color: Curious Blue. HEX triplet: 36, 7D and CC. RGB value is (54,125,204). Sum of RGB (Red+Green+Blue) = 54+125+204=383 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.10% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #367DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367DCC is #C98233. Grayscale: #707070. Windows color (decimal): -13206068 or 13401398. OLE color: 13401398.

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

Color convert

RGB 54 125 204 -
CMYK 0.74 0.39 0 0.2
HSL 211.6º 0.6% 0.51% -
HSV(B) 211.6º 0.74% 0.8% -
XYZ 19.75 19.81 59.91 -
YUV 112.78 179.48 86.08 -
System Red Green Blue C M Y K H S L
Decimal 54 125 204 0.74 0.39 0 0.2 211.6 0.6 0.51
Hex 36 7D CC 4A 27 0 14 D4 3C 33
Octal 66 175 314 112 47 0 24 324 74 63
Binary 110110 1111101 11001100 1001010 100111 0 10100 11010100 111100 110011

Color Harmonies of #367DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367DCC

Black with #367DCC

Text Example


Text Example

White with #367DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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