#37305D

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

Shades of Jacarta #37305D

Tints of Jacarta #37305D

Color information

#37305D (or 0x37305D) is unknown color: approx Jacarta. HEX triplet: 37, 30 and 5D. RGB value is (55,48,93). Sum of RGB (Red+Green+Blue) = 55+48+93=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #37305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37305D is #C8CFA2. Grayscale: #373737. Windows color (decimal): -13160355 or 6107191. OLE color: 6107191.

HSL color Cylindrical-coordinate representation of color #37305D: hue angle of 249.33º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #37305D is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB554893-
CMYK0.410.4800.64
HSL249.33º31.91%27.65%-
HSV(B)249.33º48.39%36.47%-
XYZ4.613.7210.83-
YUV55.22149.32127.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.06%
GREEN value IS 48 (19.14% from 255) = 24.49%
BLUE value IS 93 (36.72% from 255) = 47.45%
R=28.06%
G=24.49%
B=47.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5548930.410.4800.64249.3331.9127.65
Hex37305D2930040f9201c
Octal6760135516001003714034
Binary1101111100001011101101001110000010000001111100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37305D; }

 p { color: rgb(55,48,93); }

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

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

 a { background-color: rgb(55,48,93); }

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

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

 span { border-color: rgb(55,48,93); }

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