Html Css Color HEX #38325C Jacarta

📋 copy color: '#38325C'

red 56 ◦ green 50 ◦ blue 92

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

Shades of Jacarta #38325C

Tints of Jacarta #38325C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 46.46%

R = 28.28%
G = 25.25%
B = 46.46%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38325C (or 0x38325C) is known color: Jacarta. HEX triplet: 38, 32 and 5C. RGB value is (56,50,92). Sum of RGB (Red+Green+Blue) = 56+50+92=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #38325C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38325C is #C7CDA3. Grayscale: #383838. Windows color (decimal): -13094308 or 6042168. OLE color: 6042168.

HSL color Cylindrical-coordinate representation of color #38325C: hue angle of 248.57º 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 #38325C is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 50 92 -
CMYK 0.39 0.46 0 0.64
HSL 248.57º 0.3% 0.28% -
HSV(B) 248.57º 0.46% 0.36% -
XYZ 4.7 3.89 10.63 -
YUV 56.58 147.99 127.58 -
System Red Green Blue C M Y K H S L
Decimal 56 50 92 0.39 0.46 0 0.64 248.57 0.3 0.28
Hex 38 32 5C 27 2E 0 40 F9 1E 1C
Octal 70 62 134 47 56 0 100 371 36 34
Binary 111000 110010 1011100 100111 101110 0 1000000 11111001 11110 11100

Color Harmonies of #38325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38325C

Black with #38325C

Text Example


Text Example

White with #38325C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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