#3D375A

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

Shades of Jacarta #3D375A

Tints of Jacarta #3D375A

Color information

#3D375A (or 0x3D375A) is unknown color: approx Jacarta. HEX triplet: 3D, 37 and 5A. RGB value is (61,55,90). Sum of RGB (Red+Green+Blue) = 61+55+90=206 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.61% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 90 - color contains mainly: blue. Hex color #3D375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D375A is #C2C8A5. Grayscale: #3C3C3C. Windows color (decimal): -12765350 or 5912381. OLE color: 5912381.

HSL color Cylindrical-coordinate representation of color #3D375A: hue angle of 250.29º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3D375A is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB615590-
CMYK0.320.3900.65
HSL250.29º24.14%28.43%-
HSV(B)250.29º38.89%35.29%-
XYZ5.144.4610.26-
YUV60.78144.49128.15-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.61%
GREEN value IS 55 (21.88% from 255) = 26.70%
BLUE value IS 90 (35.55% from 255) = 43.69%
R=29.61%
G=26.70%
B=43.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6155900.320.3900.65250.2924.1428.43
Hex3D375A2027041fa181c
Octal7567132404701013723034
Binary111101110111101101010000010011101000001111110101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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