Html Css Color HEX #382E59 Jacarta

📋 copy color: '#382E59'

red 56 ◦ green 46 ◦ blue 89

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

Shades of Jacarta #382E59

Tints of Jacarta #382E59

RGB

 RED value IS 56 (22.27% from 255) = 29.32%

 GREEN value IS 46 (18.36% from 255) = 24.08%

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

R = 29.32%
G = 24.08%
B = 46.6%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#382E59 (or 0x382E59) is known color: Jacarta. HEX triplet: 38, 2E and 59. RGB value is (56,46,89). Sum of RGB (Red+Green+Blue) = 56+46+89=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #382E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382E59 is #C7D1A6. Grayscale: #353535. Windows color (decimal): -13095335 or 5844536. OLE color: 5844536.

HSL color Cylindrical-coordinate representation of color #382E59: hue angle of 253.95º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #382E59 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 46 89 -
CMYK 0.37 0.48 0 0.65
HSL 253.95º 0.32% 0.26% -
HSV(B) 253.95º 0.48% 0.35% -
XYZ 4.41 3.52 9.9 -
YUV 53.89 147.81 129.5 -
System Red Green Blue C M Y K H S L
Decimal 56 46 89 0.37 0.48 0 0.65 253.95 0.32 0.26
Hex 38 2E 59 25 30 0 41 FE 20 1A
Octal 70 56 131 45 60 0 101 376 40 32
Binary 111000 101110 1011001 100101 110000 0 1000001 11111110 100000 11010

Color Harmonies of #382E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382E59

Black with #382E59

Text Example


Text Example

White with #382E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382E59; }

 p { color: rgb(56,46,89); }

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

background-color css

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

 a { background-color: rgb(56,46,89); }

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

border-color css

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

 span { border-color: rgb(56,46,89); }

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