Html Css Color HEX #38325D Jacarta

📋 copy color: '#38325D'

red 56 ◦ green 50 ◦ blue 93

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

Shades of Jacarta #38325D

Tints of Jacarta #38325D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.13%

 BLUE value IS 93 (36.72% from 255) = 46.73%

R = 28.14%
G = 25.13%
B = 46.73%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38325D (or 0x38325D) is known color: Jacarta. HEX triplet: 38, 32 and 5D. RGB value is (56,50,93). Sum of RGB (Red+Green+Blue) = 56+50+93=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #38325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38325D is #C7CDA2. Grayscale: #383838. Windows color (decimal): -13094307 or 6107704. OLE color: 6107704.

HSL color Cylindrical-coordinate representation of color #38325D: hue angle of 248.37º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38325D is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 50 93 -
CMYK 0.40 0.46 0 0.64
HSL 248.37º 0.3% 0.28% -
HSV(B) 248.37º 0.46% 0.36% -
XYZ 4.75 3.91 10.86 -
YUV 56.7 148.49 127.5 -
System Red Green Blue C M Y K H S L
Decimal 56 50 93 0.40 0.46 0 0.64 248.37 0.3 0.28
Hex 38 32 5D 28 2E 0 40 F8 1E 1C
Octal 70 62 135 50 56 0 100 370 36 34
Binary 111000 110010 1011101 101000 101110 0 1000000 11111000 11110 11100

Color Harmonies of #38325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38325D

Black with #38325D

Text Example


Text Example

White with #38325D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38325D; }

 p { color: rgb(56,50,93); }

 H1.HeaderClassName
 {
   color: #38325D;
 }
 .AnyTagClassName
 {
   color: #38325D;
 }
</style>

background-color css

<style>
 a { background-color: #38325D; }

 a { background-color: rgb(56,50,93); }

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

border-color css

<style>
 span { border-color: #38325D; }

 span { border-color: rgb(56,50,93); }

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