Html Css Color HEX #375C63 Casal

📋 copy color: '#375C63'

red 55 ◦ green 92 ◦ blue 99

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

Shades of Casal #375C63

Tints of Casal #375C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 40.24%

R = 22.36%
G = 37.4%
B = 40.24%

CMYK

 C value IS 0.44

 M value IS 0.07

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#375C63 (or 0x375C63) is known color: Casal. HEX triplet: 37, 5C and 63. RGB value is (55,92,99). Sum of RGB (Red+Green+Blue) = 55+92+99=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 99 - color contains mainly: blue. Hex color #375C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375C63 is #C8A39C. Grayscale: #515151. Windows color (decimal): -13149085 or 6511671. OLE color: 6511671.

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

Color convert

RGB 55 92 99 -
CMYK 0.44 0.07 0 0.61
HSL 189.55º 0.29% 0.3% -
HSV(B) 189.55º 0.44% 0.39% -
XYZ 7.65 9.37 13.21 -
YUV 81.74 137.74 108.93 -
System Red Green Blue C M Y K H S L
Decimal 55 92 99 0.44 0.07 0 0.61 189.55 0.29 0.3
Hex 37 5C 63 2C 7 0 3D BE 1D 1E
Octal 67 134 143 54 7 0 75 276 35 36
Binary 110111 1011100 1100011 101100 111 0 111101 10111110 11101 11110

Color Harmonies of #375C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375C63

Black with #375C63

Text Example


Text Example

White with #375C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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