Html Css Color HEX #365460 Casal

📋 copy color: '#365460'

red 54 ◦ green 84 ◦ blue 96

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

Shades of Casal #365460

Tints of Casal #365460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.03%

R = 23.08%
G = 35.9%
B = 41.03%

CMYK

 C value IS 0.44

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#365460 (or 0x365460) is known color: Casal. HEX triplet: 36, 54 and 60. RGB value is (54,84,96). Sum of RGB (Red+Green+Blue) = 54+84+96=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 96 - color contains mainly: blue. Hex color #365460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365460 is #C9AB9F. Grayscale: #4C4C4C. Windows color (decimal): -13216672 or 6313014. OLE color: 6313014.

HSL color Cylindrical-coordinate representation of color #365460: hue angle of 197.14º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #365460 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 84 96 -
CMYK 0.44 0.12 0 0.62
HSL 197.14º 0.28% 0.29% -
HSV(B) 197.14º 0.44% 0.38% -
XYZ 6.8 7.97 12.25 -
YUV 76.4 139.06 112.02 -
System Red Green Blue C M Y K H S L
Decimal 54 84 96 0.44 0.12 0 0.62 197.14 0.28 0.29
Hex 36 54 60 2C C 0 3E C5 1C 1D
Octal 66 124 140 54 14 0 76 305 34 35
Binary 110110 1010100 1100000 101100 1100 0 111110 11000101 11100 11101

Color Harmonies of #365460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365460

Black with #365460

Text Example


Text Example

White with #365460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365460; }

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

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

background-color css

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

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

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

border-color css

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

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

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