Html Css Color HEX #38295E Jacarta

📋 copy color: '#38295E'

red 56 ◦ green 41 ◦ blue 94

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

Shades of Jacarta #38295E

Tints of Jacarta #38295E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.47%

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

R = 29.32%
G = 21.47%
B = 49.21%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#38295E (or 0x38295E) is known color: Jacarta. HEX triplet: 38, 29 and 5E. RGB value is (56,41,94). Sum of RGB (Red+Green+Blue) = 56+41+94=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 94 (37.11% from 255 or 49.21% from 191); Max value from RGB is 94 - color contains mainly: blue. Hex color #38295E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38295E is #C7D6A1. Grayscale: #333333. Windows color (decimal): -13096610 or 6170936. OLE color: 6170936.

HSL color Cylindrical-coordinate representation of color #38295E: hue angle of 256.98º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38295E is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 56 41 94 -
CMYK 0.40 0.56 0 0.63
HSL 256.98º 0.39% 0.26% -
HSV(B) 256.98º 0.56% 0.37% -
XYZ 4.44 3.23 10.98 -
YUV 51.53 151.97 131.19 -
System Red Green Blue C M Y K H S L
Decimal 56 41 94 0.40 0.56 0 0.63 256.98 0.39 0.26
Hex 38 29 5E 28 38 0 3F 101 27 1A
Octal 70 51 136 50 70 0 77 401 47 32
Binary 111000 101001 1011110 101000 111000 0 111111 100000001 100111 11010

Color Harmonies of #38295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38295E

Black with #38295E

Text Example


Text Example

White with #38295E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38295E; }

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

 H1.HeaderClassName
 {
   color: #38295E;
 }
 .AnyTagClassName
 {
   color: #38295E;
 }
</style>

background-color css

<style>
 a { background-color: #38295E; }

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

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

border-color css

<style>
 span { border-color: #38295E; }

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

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