Html Css Color HEX #364E6E Cello

📋 copy color: '#364E6E'

red 54 ◦ green 78 ◦ blue 110

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

Shades of Cello #364E6E

Tints of Cello #364E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 45.45%

R = 22.31%
G = 32.23%
B = 45.45%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#364E6E (or 0x364E6E) is known color: Cello. HEX triplet: 36, 4E and 6E. RGB value is (54,78,110). Sum of RGB (Red+Green+Blue) = 54+78+110=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 110 - color contains mainly: blue. Hex color #364E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364E6E is #C9B191. Grayscale: #4A4A4A. Windows color (decimal): -13218194 or 7228982. OLE color: 7228982.

HSL color Cylindrical-coordinate representation of color #364E6E: hue angle of 214.29º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #364E6E is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 54 78 110 -
CMYK 0.51 0.29 0 0.57
HSL 214.29º 0.34% 0.32% -
HSV(B) 214.29º 0.51% 0.43% -
XYZ 7.06 7.36 15.8 -
YUV 74.47 148.05 113.4 -
System Red Green Blue C M Y K H S L
Decimal 54 78 110 0.51 0.29 0 0.57 214.29 0.34 0.32
Hex 36 4E 6E 33 1D 0 39 D6 22 20
Octal 66 116 156 63 35 0 71 326 42 40
Binary 110110 1001110 1101110 110011 11101 0 111001 11010110 100010 100000

Color Harmonies of #364E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364E6E

Black with #364E6E

Text Example


Text Example

White with #364E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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