Html Css Color HEX #382E60 Jacarta

📋 copy color: '#382E60'

red 56 ◦ green 46 ◦ blue 96

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

Shades of Jacarta #382E60

Tints of Jacarta #382E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 48.48%

R = 28.28%
G = 23.23%
B = 48.48%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#382E60 (or 0x382E60) is known color: Jacarta. HEX triplet: 38, 2E and 60. RGB value is (56,46,96). Sum of RGB (Red+Green+Blue) = 56+46+96=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 96 - color contains mainly: blue. Hex color #382E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382E60 is #C7D19F. Grayscale: #363636. Windows color (decimal): -13095328 or 6303288. OLE color: 6303288.

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

Color convert

RGB 56 46 96 -
CMYK 0.42 0.52 0 0.62
HSL 252º 0.35% 0.28% -
HSV(B) 252º 0.52% 0.38% -
XYZ 4.72 3.64 11.52 -
YUV 54.69 151.31 128.93 -
System Red Green Blue C M Y K H S L
Decimal 56 46 96 0.42 0.52 0 0.62 252 0.35 0.28
Hex 38 2E 60 2A 34 0 3E FC 23 1C
Octal 70 56 140 52 64 0 76 374 43 34
Binary 111000 101110 1100000 101010 110100 0 111110 11111100 100011 11100

Color Harmonies of #382E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382E60

Black with #382E60

Text Example


Text Example

White with #382E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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