Html Css Color HEX #364E69 Cello

📋 copy color: '#364E69'

red 54 ◦ green 78 ◦ blue 105

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

Shades of Cello #364E69

Tints of Cello #364E69

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.91%

 BLUE value IS 105 (41.41% from 255) = 44.3%

R = 22.78%
G = 32.91%
B = 44.3%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#364E69 (or 0x364E69) is known color: Cello. HEX triplet: 36, 4E and 69. RGB value is (54,78,105). Sum of RGB (Red+Green+Blue) = 54+78+105=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 105 - color contains mainly: blue. Hex color #364E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364E69 is #C9B196. Grayscale: #494949. Windows color (decimal): -13218199 or 6901302. OLE color: 6901302.

HSL color Cylindrical-coordinate representation of color #364E69: hue angle of 211.76º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #364E69 is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 78 105 -
CMYK 0.49 0.26 0 0.59
HSL 211.76º 0.32% 0.31% -
HSV(B) 211.76º 0.49% 0.41% -
XYZ 6.8 7.25 14.41 -
YUV 73.9 145.55 113.8 -
System Red Green Blue C M Y K H S L
Decimal 54 78 105 0.49 0.26 0 0.59 211.76 0.32 0.31
Hex 36 4E 69 31 1A 0 3B D4 20 1F
Octal 66 116 151 61 32 0 73 324 40 37
Binary 110110 1001110 1101001 110001 11010 0 111011 11010100 100000 11111

Color Harmonies of #364E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364E69

Black with #364E69

Text Example


Text Example

White with #364E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364E69; }

 p { color: rgb(54,78,105); }

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

background-color css

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

 a { background-color: rgb(54,78,105); }

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

border-color css

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

 span { border-color: rgb(54,78,105); }

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