Html Css Color HEX #375A5F Casal

📋 copy color: '#375A5F'

red 55 ◦ green 90 ◦ blue 95

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

Shades of Casal #375A5F

Tints of Casal #375A5F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.5%

 BLUE value IS 95 (37.5% from 255) = 39.58%

R = 22.92%
G = 37.5%
B = 39.58%

CMYK

 C value IS 0.42

 M value IS 0.05

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#375A5F (or 0x375A5F) is known color: Casal. HEX triplet: 37, 5A and 5F. RGB value is (55,90,95). Sum of RGB (Red+Green+Blue) = 55+90+95=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 95 - color contains mainly: blue. Hex color #375A5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375A5F is #C8A5A0. Grayscale: #505050. Windows color (decimal): -13149601 or 6249015. OLE color: 6249015.

HSL color Cylindrical-coordinate representation of color #375A5F: hue angle of 187.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #375A5F is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 55 90 95 -
CMYK 0.42 0.05 0 0.63
HSL 187.5º 0.27% 0.29% -
HSV(B) 187.5º 0.42% 0.37% -
XYZ 7.3 8.95 12.17 -
YUV 80.11 136.4 110.09 -
System Red Green Blue C M Y K H S L
Decimal 55 90 95 0.42 0.05 0 0.63 187.5 0.27 0.29
Hex 37 5A 5F 2A 5 0 3F BC 1B 1D
Octal 67 132 137 52 5 0 77 274 33 35
Binary 110111 1011010 1011111 101010 101 0 111111 10111100 11011 11101

Color Harmonies of #375A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375A5F

Black with #375A5F

Text Example


Text Example

White with #375A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,90,95); }

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

background-color css

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

 a { background-color: rgb(55,90,95); }

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

border-color css

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

 span { border-color: rgb(55,90,95); }

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