Html Css Color HEX #375358 Casal

📋 copy color: '#375358'

red 55 ◦ green 83 ◦ blue 88

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

Shades of Casal #375358

Tints of Casal #375358

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.73%

 BLUE value IS 88 (34.77% from 255) = 38.94%

R = 24.34%
G = 36.73%
B = 38.94%

CMYK

 C value IS 0.38

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#375358 (or 0x375358) is known color: Casal. HEX triplet: 37, 53 and 58. RGB value is (55,83,88). Sum of RGB (Red+Green+Blue) = 55+83+88=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 88 - color contains mainly: blue. Hex color #375358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375358 is #C8ACA7. Grayscale: #4B4B4B. Windows color (decimal): -13151400 or 5788471. OLE color: 5788471.

HSL color Cylindrical-coordinate representation of color #375358: hue angle of 189.09º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #375358 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 83 88 -
CMYK 0.38 0.06 0 0.65
HSL 189.09º 0.23% 0.28% -
HSV(B) 189.09º 0.38% 0.35% -
XYZ 6.43 7.7 10.38 -
YUV 75.2 135.22 113.59 -
System Red Green Blue C M Y K H S L
Decimal 55 83 88 0.38 0.06 0 0.65 189.09 0.23 0.28
Hex 37 53 58 26 6 0 41 BD 17 1C
Octal 67 123 130 46 6 0 101 275 27 34
Binary 110111 1010011 1011000 100110 110 0 1000001 10111101 10111 11100

Color Harmonies of #375358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375358

Black with #375358

Text Example


Text Example

White with #375358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375358; }

 p { color: rgb(55,83,88); }

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

background-color css

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

 a { background-color: rgb(55,83,88); }

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

border-color css

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

 span { border-color: rgb(55,83,88); }

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