Html Css Color HEX #364F56 Casal

📋 copy color: '#364F56'

red 54 ◦ green 79 ◦ blue 86

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

Shades of Casal #364F56

Tints of Casal #364F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 39.27%

R = 24.66%
G = 36.07%
B = 39.27%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#364F56 (or 0x364F56) is known color: Casal. HEX triplet: 36, 4F and 56. RGB value is (54,79,86). Sum of RGB (Red+Green+Blue) = 54+79+86=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 79 (31.25% from 255 or 36.07% from 219); Blue value is 86 (33.98% from 255 or 39.27% from 219); Max value from RGB is 86 - color contains mainly: blue. Hex color #364F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364F56 is #C9B0A9. Grayscale: #484848. Windows color (decimal): -13217962 or 5656374. OLE color: 5656374.

HSL color Cylindrical-coordinate representation of color #364F56: hue angle of 193.12º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #364F56 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 54 79 86 -
CMYK 0.37 0.08 0 0.66
HSL 193.13º 0.23% 0.27% -
HSV(B) 193.13º 0.37% 0.34% -
XYZ 6 7.05 9.85 -
YUV 72.32 135.72 114.93 -
System Red Green Blue C M Y K H S L
Decimal 54 79 86 0.37 0.08 0 0.66 193.13 0.23 0.27
Hex 36 4F 56 25 8 0 42 C1 17 1B
Octal 66 117 126 45 10 0 102 301 27 33
Binary 110110 1001111 1010110 100101 1000 0 1000010 11000001 10111 11011

Color Harmonies of #364F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364F56

Black with #364F56

Text Example


Text Example

White with #364F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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