Html Css Color HEX #367CCC Curious Blue

📋 copy color: '#367CCC'

red 54 ◦ green 124 ◦ blue 204

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

Shades of Curious Blue #367CCC

Tints of Curious Blue #367CCC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.46%

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

R = 14.14%
G = 32.46%
B = 53.4%

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

#367CCC (or 0x367CCC) is known color: Curious Blue. HEX triplet: 36, 7C and CC. RGB value is (54,124,204). Sum of RGB (Red+Green+Blue) = 54+124+204=382 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.14% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #367CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367CCC is #C98333. Grayscale: #6F6F6F. Windows color (decimal): -13206324 or 13401142. OLE color: 13401142.

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

Color convert

RGB 54 124 204 -
CMYK 0.74 0.39 0 0.2
HSL 212º 0.6% 0.51% -
HSV(B) 212º 0.74% 0.8% -
XYZ 19.63 19.56 59.87 -
YUV 112.19 179.81 86.5 -
System Red Green Blue C M Y K H S L
Decimal 54 124 204 0.74 0.39 0 0.2 212 0.6 0.51
Hex 36 7C CC 4A 27 0 14 D4 3C 33
Octal 66 174 314 112 47 0 24 324 74 63
Binary 110110 1111100 11001100 1001010 100111 0 10100 11010100 111100 110011

Color Harmonies of #367CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367CCC

Black with #367CCC

Text Example


Text Example

White with #367CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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