Html Css Color HEX #375C62 Casal

📋 copy color: '#375C62'

red 55 ◦ green 92 ◦ blue 98

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

Shades of Casal #375C62

Tints of Casal #375C62

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.55%

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

R = 22.45%
G = 37.55%
B = 40%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#375C62 (or 0x375C62) is known color: Casal. HEX triplet: 37, 5C and 62. RGB value is (55,92,98). Sum of RGB (Red+Green+Blue) = 55+92+98=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 98 - color contains mainly: blue. Hex color #375C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375C62 is #C8A39D. Grayscale: #515151. Windows color (decimal): -13149086 or 6446135. OLE color: 6446135.

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

Color convert

RGB 55 92 98 -
CMYK 0.44 0.06 0 0.62
HSL 188.37º 0.28% 0.3% -
HSV(B) 188.37º 0.44% 0.38% -
XYZ 7.61 9.35 12.96 -
YUV 81.62 137.24 109.01 -
System Red Green Blue C M Y K H S L
Decimal 55 92 98 0.44 0.06 0 0.62 188.37 0.28 0.3
Hex 37 5C 62 2C 6 0 3E BC 1C 1E
Octal 67 134 142 54 6 0 76 274 34 36
Binary 110111 1011100 1100010 101100 110 0 111110 10111100 11100 11110

Color Harmonies of #375C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375C62

Black with #375C62

Text Example


Text Example

White with #375C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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