Html Css Color HEX #382E61 Jacarta

📋 copy color: '#382E61'

red 56 ◦ green 46 ◦ blue 97

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

Shades of Jacarta #382E61

Tints of Jacarta #382E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 48.74%

R = 28.14%
G = 23.12%
B = 48.74%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#382E61 (or 0x382E61) is known color: Jacarta. HEX triplet: 38, 2E and 61. RGB value is (56,46,97). Sum of RGB (Red+Green+Blue) = 56+46+97=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #382E61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382E61 is #C7D19E. Grayscale: #363636. Windows color (decimal): -13095327 or 6368824. OLE color: 6368824.

HSL color Cylindrical-coordinate representation of color #382E61: hue angle of 251.76º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #382E61 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 46 97 -
CMYK 0.42 0.53 0 0.62
HSL 251.76º 0.36% 0.28% -
HSV(B) 251.76º 0.53% 0.38% -
XYZ 4.77 3.66 11.76 -
YUV 54.8 151.81 128.85 -
System Red Green Blue C M Y K H S L
Decimal 56 46 97 0.42 0.53 0 0.62 251.76 0.36 0.28
Hex 38 2E 61 2A 35 0 3E FC 24 1C
Octal 70 56 141 52 65 0 76 374 44 34
Binary 111000 101110 1100001 101010 110101 0 111110 11111100 100100 11100

Color Harmonies of #382E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382E61

Black with #382E61

Text Example


Text Example

White with #382E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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