Html Css Color HEX #375359 Casal

📋 copy color: '#375359'

red 55 ◦ green 83 ◦ blue 89

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

Shades of Casal #375359

Tints of Casal #375359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 39.21%

R = 24.23%
G = 36.56%
B = 39.21%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#375359 (or 0x375359) is known color: Casal. HEX triplet: 37, 53 and 59. RGB value is (55,83,89). Sum of RGB (Red+Green+Blue) = 55+83+89=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 89 - color contains mainly: blue. Hex color #375359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375359 is #C8ACA6. Grayscale: #4B4B4B. Windows color (decimal): -13151399 or 5854007. OLE color: 5854007.

HSL color Cylindrical-coordinate representation of color #375359: hue angle of 190.59º degrees, saturation: 0.24, 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 #375359 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 83 89 -
CMYK 0.38 0.07 0 0.65
HSL 190.59º 0.24% 0.28% -
HSV(B) 190.59º 0.38% 0.35% -
XYZ 6.47 7.72 10.6 -
YUV 75.31 135.72 113.51 -
System Red Green Blue C M Y K H S L
Decimal 55 83 89 0.38 0.07 0 0.65 190.59 0.24 0.28
Hex 37 53 59 26 7 0 41 BF 18 1C
Octal 67 123 131 46 7 0 101 277 30 34
Binary 110111 1010011 1011001 100110 111 0 1000001 10111111 11000 11100

Color Harmonies of #375359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375359

Black with #375359

Text Example


Text Example

White with #375359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375359; }

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

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

background-color css

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

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

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

border-color css

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

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

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