Html Css Color HEX #364F5F Cello

📋 copy color: '#364F5F'

red 54 ◦ green 79 ◦ blue 95

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

Shades of Cello #364F5F

Tints of Cello #364F5F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.65%

 BLUE value IS 95 (37.5% from 255) = 41.67%

R = 23.68%
G = 34.65%
B = 41.67%

CMYK

 C value IS 0.43

 M value IS 0.17

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#364F5F (or 0x364F5F) is known color: Cello. HEX triplet: 36, 4F and 5F. RGB value is (54,79,95). Sum of RGB (Red+Green+Blue) = 54+79+95=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 79 (31.25% from 255 or 34.65% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 95 - color contains mainly: blue. Hex color #364F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364F5F is #C9B0A0. Grayscale: #494949. Windows color (decimal): -13217953 or 6246198. OLE color: 6246198.

HSL color Cylindrical-coordinate representation of color #364F5F: hue angle of 203.41º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #364F5F is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 54 79 95 -
CMYK 0.43 0.17 0 0.63
HSL 203.41º 0.28% 0.29% -
HSV(B) 203.41º 0.43% 0.37% -
XYZ 6.38 7.2 11.88 -
YUV 73.35 140.22 114.2 -
System Red Green Blue C M Y K H S L
Decimal 54 79 95 0.43 0.17 0 0.63 203.41 0.28 0.29
Hex 36 4F 5F 2B 11 0 3F CB 1C 1D
Octal 66 117 137 53 21 0 77 313 34 35
Binary 110110 1001111 1011111 101011 10001 0 111111 11001011 11100 11101

Color Harmonies of #364F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364F5F

Black with #364F5F

Text Example


Text Example

White with #364F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,79,95); }

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

background-color css

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

 a { background-color: rgb(54,79,95); }

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

border-color css

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

 span { border-color: rgb(54,79,95); }

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