#3B375B

Color #3B375B Jacarta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacarta #3B375B

Tints of Jacarta #3B375B

Color information

#3B375B (or 0x3B375B) is unknown color: approx Jacarta. HEX triplet: 3B, 37 and 5B. RGB value is (59,55,91). Sum of RGB (Red+Green+Blue) = 59+55+91=205 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.78% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 91 - color contains mainly: blue. Hex color #3B375B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B375B is #C4C8A4. Grayscale: #3C3C3C. Windows color (decimal): -12896421 or 5977915. OLE color: 5977915.

HSL color Cylindrical-coordinate representation of color #3B375B: hue angle of 246.67º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B375B is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB595591-
CMYK0.350.4000.64
HSL246.67º24.66%28.63%-
HSV(B)246.67º39.56%35.69%-
XYZ5.064.4210.48-
YUV60.3145.33127.07-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.78%
GREEN value IS 55 (21.88% from 255) = 26.83%
BLUE value IS 91 (35.94% from 255) = 44.39%
R=28.78%
G=26.83%
B=44.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5955910.350.4000.64246.6724.6628.63
Hex3B375B2328040f7191d
Octal7367133435001003673135
Binary111011110111101101110001110100001000000111101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B375B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B375B; }

 p { color: rgb(59,55,91); }

 H1.HeaderClassName
 {
   color: #3B375B;
 }
 .AnyTagClassName
 {
   color: #3B375B;
 }
</style>
background-color css

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

 a { background-color: rgb(59,55,91); }

 div.DivClassName
 {
   background-color: #3B375B;
 }
 .BgClassName
 {
   background-color: #3B375B;
 }
</style>
border-color css

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

 span { border-color: rgb(59,55,91); }

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