Html Css Color HEX #375761 Casal

📋 copy color: '#375761'

red 55 ◦ green 87 ◦ blue 97

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

Shades of Casal #375761

Tints of Casal #375761

RGB

 RED value IS 55 (21.88% from 255) = 23.01%

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

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

R = 23.01%
G = 36.4%
B = 40.59%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#375761 (or 0x375761) is known color: Casal. HEX triplet: 37, 57 and 61. RGB value is (55,87,97). Sum of RGB (Red+Green+Blue) = 55+87+97=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 97 - color contains mainly: blue. Hex color #375761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375761 is #C8A89E. Grayscale: #4E4E4E. Windows color (decimal): -13150367 or 6379319. OLE color: 6379319.

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

Color convert

RGB 55 87 97 -
CMYK 0.43 0.10 0 0.62
HSL 194.29º 0.28% 0.3% -
HSV(B) 194.29º 0.43% 0.38% -
XYZ 7.14 8.49 12.57 -
YUV 78.57 138.4 111.19 -
System Red Green Blue C M Y K H S L
Decimal 55 87 97 0.43 0.10 0 0.62 194.29 0.28 0.3
Hex 37 57 61 2B A 0 3E C2 1C 1E
Octal 67 127 141 53 12 0 76 302 34 36
Binary 110111 1010111 1100001 101011 1010 0 111110 11000010 11100 11110

Color Harmonies of #375761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375761

Black with #375761

Text Example


Text Example

White with #375761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375761; }

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

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

background-color css

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

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

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

border-color css

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

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

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