Html Css Color HEX #382C5E Jacarta

📋 copy color: '#382C5E'

red 56 ◦ green 44 ◦ blue 94

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

Shades of Jacarta #382C5E

Tints of Jacarta #382C5E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.68%

 BLUE value IS 94 (37.11% from 255) = 48.45%

R = 28.87%
G = 22.68%
B = 48.45%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#382C5E (or 0x382C5E) is known color: Jacarta. HEX triplet: 38, 2C and 5E. RGB value is (56,44,94). Sum of RGB (Red+Green+Blue) = 56+44+94=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 94 (37.11% from 255 or 48.45% from 194); Max value from RGB is 94 - color contains mainly: blue. Hex color #382C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382C5E is #C7D3A1. Grayscale: #353535. Windows color (decimal): -13095842 or 6171704. OLE color: 6171704.

HSL color Cylindrical-coordinate representation of color #382C5E: hue angle of 254.4º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #382C5E is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 56 44 94 -
CMYK 0.40 0.53 0 0.63
HSL 254.4º 0.36% 0.27% -
HSV(B) 254.4º 0.53% 0.37% -
XYZ 4.55 3.45 11.02 -
YUV 53.29 150.98 129.93 -
System Red Green Blue C M Y K H S L
Decimal 56 44 94 0.40 0.53 0 0.63 254.4 0.36 0.27
Hex 38 2C 5E 28 35 0 3F FE 24 1B
Octal 70 54 136 50 65 0 77 376 44 33
Binary 111000 101100 1011110 101000 110101 0 111111 11111110 100100 11011

Color Harmonies of #382C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382C5E

Black with #382C5E

Text Example


Text Example

White with #382C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,44,94); }

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

background-color css

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

 a { background-color: rgb(56,44,94); }

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

border-color css

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

 span { border-color: rgb(56,44,94); }

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