Html Css Color HEX #38325A Jacarta

📋 copy color: '#38325A'

red 56 ◦ green 50 ◦ blue 90

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

Shades of Jacarta #38325A

Tints of Jacarta #38325A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 45.92%

R = 28.57%
G = 25.51%
B = 45.92%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#38325A (or 0x38325A) is known color: Jacarta. HEX triplet: 38, 32 and 5A. RGB value is (56,50,90). Sum of RGB (Red+Green+Blue) = 56+50+90=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #38325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38325A is #C7CDA5. Grayscale: #383838. Windows color (decimal): -13094310 or 5911096. OLE color: 5911096.

HSL color Cylindrical-coordinate representation of color #38325A: hue angle of 249º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #38325A is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 50 90 -
CMYK 0.38 0.44 0 0.65
HSL 249º 0.29% 0.27% -
HSV(B) 249º 0.44% 0.35% -
XYZ 4.62 3.86 10.17 -
YUV 56.35 146.99 127.75 -
System Red Green Blue C M Y K H S L
Decimal 56 50 90 0.38 0.44 0 0.65 249 0.29 0.27
Hex 38 32 5A 26 2C 0 41 F9 1D 1B
Octal 70 62 132 46 54 0 101 371 35 33
Binary 111000 110010 1011010 100110 101100 0 1000001 11111001 11101 11011

Color Harmonies of #38325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38325A

Black with #38325A

Text Example


Text Example

White with #38325A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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