Html Css Color HEX #382A60 Jacarta

📋 copy color: '#382A60'

red 56 ◦ green 42 ◦ blue 96

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

Shades of Jacarta #382A60

Tints of Jacarta #382A60

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.65%

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

R = 28.87%
G = 21.65%
B = 49.48%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#382A60 (or 0x382A60) is known color: Jacarta. HEX triplet: 38, 2A and 60. RGB value is (56,42,96). Sum of RGB (Red+Green+Blue) = 56+42+96=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #382A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382A60 is #C7D59F. Grayscale: #343434. Windows color (decimal): -13096352 or 6302264. OLE color: 6302264.

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

Color convert

RGB 56 42 96 -
CMYK 0.42 0.56 0 0.62
HSL 255.56º 0.39% 0.27% -
HSV(B) 255.56º 0.56% 0.38% -
XYZ 4.57 3.34 11.47 -
YUV 52.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 56 42 96 0.42 0.56 0 0.62 255.56 0.39 0.27
Hex 38 2A 60 2A 38 0 3E 100 27 1B
Octal 70 52 140 52 70 0 76 400 47 33
Binary 111000 101010 1100000 101010 111000 0 111110 100000000 100111 11011

Color Harmonies of #382A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382A60

Black with #382A60

Text Example


Text Example

White with #382A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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