Html Css Color HEX #365963 Casal

📋 copy color: '#365963'

red 54 ◦ green 89 ◦ blue 99

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

Shades of Casal #365963

Tints of Casal #365963

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.78%

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

R = 22.31%
G = 36.78%
B = 40.91%

CMYK

 C value IS 0.45

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#365963 (or 0x365963) is known color: Casal. HEX triplet: 36, 59 and 63. RGB value is (54,89,99). Sum of RGB (Red+Green+Blue) = 54+89+99=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 99 - color contains mainly: blue. Hex color #365963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365963 is #C9A69C. Grayscale: #4F4F4F. Windows color (decimal): -13215389 or 6510902. OLE color: 6510902.

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

Color convert

RGB 54 89 99 -
CMYK 0.45 0.10 0 0.61
HSL 193.33º 0.29% 0.3% -
HSV(B) 193.33º 0.45% 0.39% -
XYZ 7.35 8.83 13.12 -
YUV 79.68 138.9 109.69 -
System Red Green Blue C M Y K H S L
Decimal 54 89 99 0.45 0.10 0 0.61 193.33 0.29 0.3
Hex 36 59 63 2D A 0 3D C1 1D 1E
Octal 66 131 143 55 12 0 75 301 35 36
Binary 110110 1011001 1100011 101101 1010 0 111101 11000001 11101 11110

Color Harmonies of #365963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365963

Black with #365963

Text Example


Text Example

White with #365963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365963; }

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

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

background-color css

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

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

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

border-color css

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

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

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