Html Css Color HEX #365761 Casal

📋 copy color: '#365761'

red 54 ◦ green 87 ◦ blue 97

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

Shades of Casal #365761

Tints of Casal #365761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 40.76%

R = 22.69%
G = 36.55%
B = 40.76%

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

#365761 (or 0x365761) is known color: Casal. HEX triplet: 36, 57 and 61. RGB value is (54,87,97). Sum of RGB (Red+Green+Blue) = 54+87+97=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 97 - color contains mainly: blue. Hex color #365761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365761 is #C9A89E. Grayscale: #4E4E4E. Windows color (decimal): -13215903 or 6379318. OLE color: 6379318.

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

Color convert

RGB 54 87 97 -
CMYK 0.44 0.10 0 0.62
HSL 193.95º 0.28% 0.3% -
HSV(B) 193.95º 0.44% 0.38% -
XYZ 7.09 8.46 12.57 -
YUV 78.27 138.57 110.69 -
System Red Green Blue C M Y K H S L
Decimal 54 87 97 0.44 0.10 0 0.62 193.95 0.28 0.3
Hex 36 57 61 2C A 0 3E C2 1C 1E
Octal 66 127 141 54 12 0 76 302 34 36
Binary 110110 1010111 1100001 101100 1010 0 111110 11000010 11100 11110

Color Harmonies of #365761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365761

Black with #365761

Text Example


Text Example

White with #365761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365761; }

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

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

background-color css

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

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

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

border-color css

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

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

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