Html Css Color HEX #365964 Casal

📋 copy color: '#365964'

red 54 ◦ green 89 ◦ blue 100

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

Shades of Casal #365964

Tints of Casal #365964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 41.15%

R = 22.22%
G = 36.63%
B = 41.15%

CMYK

 C value IS 0.46

 M value IS 0.11

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#365964 (or 0x365964) is known color: Casal. HEX triplet: 36, 59 and 64. RGB value is (54,89,100). Sum of RGB (Red+Green+Blue) = 54+89+100=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 100 (39.45% from 255 or 41.15% from 243); Max value from RGB is 100 - color contains mainly: blue. Hex color #365964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365964 is #C9A69B. Grayscale: #4F4F4F. Windows color (decimal): -13215388 or 6576438. OLE color: 6576438.

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

Color convert

RGB 54 89 100 -
CMYK 0.46 0.11 0 0.61
HSL 194.35º 0.3% 0.3% -
HSV(B) 194.35º 0.46% 0.39% -
XYZ 7.39 8.85 13.37 -
YUV 79.79 139.4 109.61 -
System Red Green Blue C M Y K H S L
Decimal 54 89 100 0.46 0.11 0 0.61 194.35 0.3 0.3
Hex 36 59 64 2E B 0 3D C2 1E 1E
Octal 66 131 144 56 13 0 75 302 36 36
Binary 110110 1011001 1100100 101110 1011 0 111101 11000010 11110 11110

Color Harmonies of #365964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365964

Black with #365964

Text Example


Text Example

White with #365964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365964; }

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

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

background-color css

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

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

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

border-color css

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

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

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