Html Css Color HEX #365156 Casal

📋 copy color: '#365156'

red 54 ◦ green 81 ◦ blue 86

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

Shades of Casal #365156

Tints of Casal #365156

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.65%

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

R = 24.43%
G = 36.65%
B = 38.91%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#365156 (or 0x365156) is known color: Casal. HEX triplet: 36, 51 and 56. RGB value is (54,81,86). Sum of RGB (Red+Green+Blue) = 54+81+86=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 86 - color contains mainly: blue. Hex color #365156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365156 is #C9AEA9. Grayscale: #494949. Windows color (decimal): -13217450 or 5656886. OLE color: 5656886.

HSL color Cylindrical-coordinate representation of color #365156: hue angle of 189.38º 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 #365156 is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 54 81 86 -
CMYK 0.37 0.06 0 0.66
HSL 189.38º 0.23% 0.27% -
HSV(B) 189.38º 0.37% 0.34% -
XYZ 6.14 7.34 9.9 -
YUV 73.5 135.05 114.09 -
System Red Green Blue C M Y K H S L
Decimal 54 81 86 0.37 0.06 0 0.66 189.38 0.23 0.27
Hex 36 51 56 25 6 0 42 BD 17 1B
Octal 66 121 126 45 6 0 102 275 27 33
Binary 110110 1010001 1010110 100101 110 0 1000010 10111101 10111 11011

Color Harmonies of #365156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365156

Black with #365156

Text Example


Text Example

White with #365156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365156; }

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

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

background-color css

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

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

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

border-color css

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

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

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