Html Css Color HEX #365057 Casal

📋 copy color: '#365057'

red 54 ◦ green 80 ◦ blue 87

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

Shades of Casal #365057

Tints of Casal #365057

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.2%

 BLUE value IS 87 (34.38% from 255) = 39.37%

R = 24.43%
G = 36.2%
B = 39.37%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#365057 (or 0x365057) is known color: Casal. HEX triplet: 36, 50 and 57. RGB value is (54,80,87). Sum of RGB (Red+Green+Blue) = 54+80+87=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 87 - color contains mainly: blue. Hex color #365057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365057 is #C9AFA8. Grayscale: #484848. Windows color (decimal): -13217705 or 5722166. OLE color: 5722166.

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

Color convert

RGB 54 80 87 -
CMYK 0.38 0.08 0 0.66
HSL 192.73º 0.23% 0.28% -
HSV(B) 192.73º 0.38% 0.34% -
XYZ 6.11 7.21 10.09 -
YUV 73.02 135.89 114.43 -
System Red Green Blue C M Y K H S L
Decimal 54 80 87 0.38 0.08 0 0.66 192.73 0.23 0.28
Hex 36 50 57 26 8 0 42 C1 17 1C
Octal 66 120 127 46 10 0 102 301 27 34
Binary 110110 1010000 1010111 100110 1000 0 1000010 11000001 10111 11100

Color Harmonies of #365057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365057

Black with #365057

Text Example


Text Example

White with #365057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365057; }

 p { color: rgb(54,80,87); }

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

background-color css

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

 a { background-color: rgb(54,80,87); }

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

border-color css

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

 span { border-color: rgb(54,80,87); }

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