Html Css Color HEX #365762 Casal

📋 copy color: '#365762'

red 54 ◦ green 87 ◦ blue 98

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

Shades of Casal #365762

Tints of Casal #365762

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.4%

 BLUE value IS 98 (38.67% from 255) = 41%

R = 22.59%
G = 36.4%
B = 41%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#365762 (or 0x365762) is known color: Casal. HEX triplet: 36, 57 and 62. RGB value is (54,87,98). Sum of RGB (Red+Green+Blue) = 54+87+98=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 98 - color contains mainly: blue. Hex color #365762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365762 is #C9A89D. Grayscale: #4E4E4E. Windows color (decimal): -13215902 or 6444854. OLE color: 6444854.

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

Color convert

RGB 54 87 98 -
CMYK 0.45 0.11 0 0.62
HSL 195º 0.29% 0.3% -
HSV(B) 195º 0.45% 0.38% -
XYZ 7.13 8.48 12.82 -
YUV 78.39 139.07 110.61 -
System Red Green Blue C M Y K H S L
Decimal 54 87 98 0.45 0.11 0 0.62 195 0.29 0.3
Hex 36 57 62 2D B 0 3E C3 1D 1E
Octal 66 127 142 55 13 0 76 303 35 36
Binary 110110 1010111 1100010 101101 1011 0 111110 11000011 11101 11110

Color Harmonies of #365762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365762

Black with #365762

Text Example


Text Example

White with #365762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365762; }

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

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

background-color css

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

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

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

border-color css

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

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

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