Html Css Color HEX #364962 Cello

📋 copy color: '#364962'

red 54 ◦ green 73 ◦ blue 98

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

Shades of Cello #364962

Tints of Cello #364962

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.44%

 BLUE value IS 98 (38.67% from 255) = 43.56%

R = 24%
G = 32.44%
B = 43.56%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#364962 (or 0x364962) is known color: Cello. HEX triplet: 36, 49 and 62. RGB value is (54,73,98). Sum of RGB (Red+Green+Blue) = 54+73+98=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #364962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364962 is #C9B69D. Grayscale: #464646. Windows color (decimal): -13219486 or 6441270. OLE color: 6441270.

HSL color Cylindrical-coordinate representation of color #364962: hue angle of 214.09º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #364962 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 73 98 -
CMYK 0.45 0.26 0 0.62
HSL 214.09º 0.29% 0.3% -
HSV(B) 214.09º 0.45% 0.38% -
XYZ 6.11 6.43 12.47 -
YUV 70.17 143.71 116.47 -
System Red Green Blue C M Y K H S L
Decimal 54 73 98 0.45 0.26 0 0.62 214.09 0.29 0.3
Hex 36 49 62 2D 1A 0 3E D6 1D 1E
Octal 66 111 142 55 32 0 76 326 35 36
Binary 110110 1001001 1100010 101101 11010 0 111110 11010110 11101 11110

Color Harmonies of #364962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364962

Black with #364962

Text Example


Text Example

White with #364962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364962; }

 p { color: rgb(54,73,98); }

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

background-color css

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

 a { background-color: rgb(54,73,98); }

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

border-color css

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

 span { border-color: rgb(54,73,98); }

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