Html Css Color HEX #375C64 Casal

📋 copy color: '#375C64'

red 55 ◦ green 92 ◦ blue 100

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

Shades of Casal #375C64

Tints of Casal #375C64

RGB

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

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

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

R = 22.27%
G = 37.25%
B = 40.49%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#375C64 (or 0x375C64) is known color: Casal. HEX triplet: 37, 5C and 64. RGB value is (55,92,100). Sum of RGB (Red+Green+Blue) = 55+92+100=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 100 (39.45% from 255 or 40.49% from 247); Max value from RGB is 100 - color contains mainly: blue. Hex color #375C64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375C64 is #C8A39B. Grayscale: #515151. Windows color (decimal): -13149084 or 6577207. OLE color: 6577207.

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

Color convert

RGB 55 92 100 -
CMYK 0.45 0.08 0 0.61
HSL 190.67º 0.29% 0.3% -
HSV(B) 190.67º 0.45% 0.39% -
XYZ 7.7 9.39 13.46 -
YUV 81.85 138.24 108.85 -
System Red Green Blue C M Y K H S L
Decimal 55 92 100 0.45 0.08 0 0.61 190.67 0.29 0.3
Hex 37 5C 64 2D 8 0 3D BF 1D 1E
Octal 67 134 144 55 10 0 75 277 35 36
Binary 110111 1011100 1100100 101101 1000 0 111101 10111111 11101 11110

Color Harmonies of #375C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375C64

Black with #375C64

Text Example


Text Example

White with #375C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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