Html Css Color HEX #365660 Casal

📋 copy color: '#365660'

red 54 ◦ green 86 ◦ blue 96

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

Shades of Casal #365660

Tints of Casal #365660

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.44%

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

R = 22.88%
G = 36.44%
B = 40.68%

CMYK

 C value IS 0.44

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#365660 (or 0x365660) is known color: Casal. HEX triplet: 36, 56 and 60. RGB value is (54,86,96). Sum of RGB (Red+Green+Blue) = 54+86+96=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 96 - color contains mainly: blue. Hex color #365660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365660 is #C9A99F. Grayscale: #4D4D4D. Windows color (decimal): -13216160 or 6313526. OLE color: 6313526.

HSL color Cylindrical-coordinate representation of color #365660: hue angle of 194.29º 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 #365660 is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 86 96 -
CMYK 0.44 0.10 0 0.62
HSL 194.29º 0.28% 0.29% -
HSV(B) 194.29º 0.44% 0.38% -
XYZ 6.96 8.28 12.3 -
YUV 77.57 138.4 111.19 -
System Red Green Blue C M Y K H S L
Decimal 54 86 96 0.44 0.10 0 0.62 194.29 0.28 0.29
Hex 36 56 60 2C A 0 3E C2 1C 1D
Octal 66 126 140 54 12 0 76 302 34 35
Binary 110110 1010110 1100000 101100 1010 0 111110 11000010 11100 11101

Color Harmonies of #365660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365660

Black with #365660

Text Example


Text Example

White with #365660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365660; }

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

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

background-color css

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

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

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

border-color css

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

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

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