Html Css Color HEX #365763 Casal

📋 copy color: '#365763'

red 54 ◦ green 87 ◦ blue 99

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

Shades of Casal #365763

Tints of Casal #365763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 41.25%

R = 22.5%
G = 36.25%
B = 41.25%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#365763 (or 0x365763) is known color: Casal. HEX triplet: 36, 57 and 63. RGB value is (54,87,99). Sum of RGB (Red+Green+Blue) = 54+87+99=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 99 - color contains mainly: blue. Hex color #365763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365763 is #C9A89C. Grayscale: #4E4E4E. Windows color (decimal): -13215901 or 6510390. OLE color: 6510390.

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

Color convert

RGB 54 87 99 -
CMYK 0.45 0.12 0 0.61
HSL 196º 0.29% 0.3% -
HSV(B) 196º 0.45% 0.39% -
XYZ 7.18 8.5 13.07 -
YUV 78.5 139.57 110.52 -
System Red Green Blue C M Y K H S L
Decimal 54 87 99 0.45 0.12 0 0.61 196 0.29 0.3
Hex 36 57 63 2D C 0 3D C4 1D 1E
Octal 66 127 143 55 14 0 75 304 35 36
Binary 110110 1010111 1100011 101101 1100 0 111101 11000100 11101 11110

Color Harmonies of #365763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365763

Black with #365763

Text Example


Text Example

White with #365763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365763; }

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

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

background-color css

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

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

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

border-color css

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

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

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