Html Css Color HEX #373059 Jacarta

📋 copy color: '#373059'

red 55 ◦ green 48 ◦ blue 89

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

Shades of Jacarta #373059

Tints of Jacarta #373059

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25%

 BLUE value IS 89 (35.16% from 255) = 46.35%

R = 28.65%
G = 25%
B = 46.35%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#373059 (or 0x373059) is known color: Jacarta. HEX triplet: 37, 30 and 59. RGB value is (55,48,89). Sum of RGB (Red+Green+Blue) = 55+48+89=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #373059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373059 is #C8CFA6. Grayscale: #363636. Windows color (decimal): -13160359 or 5845047. OLE color: 5845047.

HSL color Cylindrical-coordinate representation of color #373059: hue angle of 250.24º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #373059 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 48 89 -
CMYK 0.38 0.46 0 0.65
HSL 250.24º 0.3% 0.27% -
HSV(B) 250.24º 0.46% 0.35% -
XYZ 4.44 3.65 9.92 -
YUV 54.77 147.32 128.17 -
System Red Green Blue C M Y K H S L
Decimal 55 48 89 0.38 0.46 0 0.65 250.24 0.3 0.27
Hex 37 30 59 26 2E 0 41 FA 1E 1B
Octal 67 60 131 46 56 0 101 372 36 33
Binary 110111 110000 1011001 100110 101110 0 1000001 11111010 11110 11011

Color Harmonies of #373059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373059

Black with #373059

Text Example


Text Example

White with #373059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373059; }

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

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

background-color css

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

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

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

border-color css

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

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

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