Html Css Color HEX #375D62 Casal

📋 copy color: '#375D62'

red 55 ◦ green 93 ◦ blue 98

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

Shades of Casal #375D62

Tints of Casal #375D62

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.8%

 BLUE value IS 98 (38.67% from 255) = 39.84%

R = 22.36%
G = 37.8%
B = 39.84%

CMYK

 C value IS 0.44

 M value IS 0.05

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#375D62 (or 0x375D62) is known color: Casal. HEX triplet: 37, 5D and 62. RGB value is (55,93,98). Sum of RGB (Red+Green+Blue) = 55+93+98=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 98 - color contains mainly: blue. Hex color #375D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375D62 is #C8A29D. Grayscale: #525252. Windows color (decimal): -13148830 or 6446391. OLE color: 6446391.

HSL color Cylindrical-coordinate representation of color #375D62: hue angle of 186.98º 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 #375D62 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 93 98 -
CMYK 0.44 0.05 0 0.62
HSL 186.98º 0.28% 0.3% -
HSV(B) 186.98º 0.44% 0.38% -
XYZ 7.69 9.52 12.99 -
YUV 82.21 136.91 108.59 -
System Red Green Blue C M Y K H S L
Decimal 55 93 98 0.44 0.05 0 0.62 186.98 0.28 0.3
Hex 37 5D 62 2C 5 0 3E BB 1C 1E
Octal 67 135 142 54 5 0 76 273 34 36
Binary 110111 1011101 1100010 101100 101 0 111110 10111011 11100 11110

Color Harmonies of #375D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375D62

Black with #375D62

Text Example


Text Example

White with #375D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375D62; }

 p { color: rgb(55,93,98); }

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

background-color css

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

 a { background-color: rgb(55,93,98); }

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

border-color css

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

 span { border-color: rgb(55,93,98); }

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