Html Css Color HEX #365259 Casal

📋 copy color: '#365259'

red 54 ◦ green 82 ◦ blue 89

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

Shades of Casal #365259

Tints of Casal #365259

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.44%

 BLUE value IS 89 (35.16% from 255) = 39.56%

R = 24%
G = 36.44%
B = 39.56%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#365259 (or 0x365259) is known color: Casal. HEX triplet: 36, 52 and 59. RGB value is (54,82,89). Sum of RGB (Red+Green+Blue) = 54+82+89=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 89 - color contains mainly: blue. Hex color #365259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365259 is #C9ADA6. Grayscale: #4A4A4A. Windows color (decimal): -13217191 or 5853750. OLE color: 5853750.

HSL color Cylindrical-coordinate representation of color #365259: hue angle of 192º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #365259 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 82 89 -
CMYK 0.39 0.08 0 0.65
HSL 192º 0.24% 0.28% -
HSV(B) 192º 0.39% 0.35% -
XYZ 6.34 7.54 10.57 -
YUV 74.43 136.22 113.43 -
System Red Green Blue C M Y K H S L
Decimal 54 82 89 0.39 0.08 0 0.65 192 0.24 0.28
Hex 36 52 59 27 8 0 41 C0 18 1C
Octal 66 122 131 47 10 0 101 300 30 34
Binary 110110 1010010 1011001 100111 1000 0 1000001 11000000 11000 11100

Color Harmonies of #365259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365259

Black with #365259

Text Example


Text Example

White with #365259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365259; }

 p { color: rgb(54,82,89); }

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

background-color css

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

 a { background-color: rgb(54,82,89); }

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

border-color css

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

 span { border-color: rgb(54,82,89); }

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