Html Css Color HEX #375E65 Casal

📋 copy color: '#375E65'

red 55 ◦ green 94 ◦ blue 101

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

Shades of Casal #375E65

Tints of Casal #375E65

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.6%

 BLUE value IS 101 (39.84% from 255) = 40.4%

R = 22%
G = 37.6%
B = 40.4%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#375E65 (or 0x375E65) is known color: Casal. HEX triplet: 37, 5E and 65. RGB value is (55,94,101). Sum of RGB (Red+Green+Blue) = 55+94+101=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 101 - color contains mainly: blue. Hex color #375E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375E65 is #C8A19A. Grayscale: #535353. Windows color (decimal): -13148571 or 6643255. OLE color: 6643255.

HSL color Cylindrical-coordinate representation of color #375E65: hue angle of 189.13º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #375E65 is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 55 94 101 -
CMYK 0.46 0.07 0 0.60
HSL 189.13º 0.29% 0.31% -
HSV(B) 189.13º 0.46% 0.4% -
XYZ 7.93 9.76 13.78 -
YUV 83.14 138.08 107.93 -
System Red Green Blue C M Y K H S L
Decimal 55 94 101 0.46 0.07 0 0.60 189.13 0.29 0.31
Hex 37 5E 65 2E 7 0 3C BD 1D 1F
Octal 67 136 145 56 7 0 74 275 35 37
Binary 110111 1011110 1100101 101110 111 0 111100 10111101 11101 11111

Color Harmonies of #375E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375E65

Black with #375E65

Text Example


Text Example

White with #375E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,94,101); }

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

background-color css

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

 a { background-color: rgb(55,94,101); }

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

border-color css

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

 span { border-color: rgb(55,94,101); }

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