Html Css Color HEX #365459 Casal

📋 copy color: '#365459'

red 54 ◦ green 84 ◦ blue 89

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

Shades of Casal #365459

Tints of Casal #365459

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37%

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

R = 23.79%
G = 37%
B = 39.21%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#365459 (or 0x365459) is known color: Casal. HEX triplet: 36, 54 and 59. RGB value is (54,84,89). Sum of RGB (Red+Green+Blue) = 54+84+89=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 89 - color contains mainly: blue. Hex color #365459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365459 is #C9ABA6. Grayscale: #4B4B4B. Windows color (decimal): -13216679 or 5854262. OLE color: 5854262.

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

Color convert

RGB 54 84 89 -
CMYK 0.39 0.06 0 0.65
HSL 188.57º 0.24% 0.28% -
HSV(B) 188.57º 0.39% 0.35% -
XYZ 6.49 7.85 10.62 -
YUV 75.6 135.56 112.59 -
System Red Green Blue C M Y K H S L
Decimal 54 84 89 0.39 0.06 0 0.65 188.57 0.24 0.28
Hex 36 54 59 27 6 0 41 BD 18 1C
Octal 66 124 131 47 6 0 101 275 30 34
Binary 110110 1010100 1011001 100111 110 0 1000001 10111101 11000 11100

Color Harmonies of #365459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365459

Black with #365459

Text Example


Text Example

White with #365459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365459; }

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

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

background-color css

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

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

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

border-color css

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

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

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