Html Css Color HEX #3A3458 Jacarta

📋 copy color: '#3A3458'

red 58 ◦ green 52 ◦ blue 88

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

Shades of Jacarta #3A3458

Tints of Jacarta #3A3458

RGB

 RED value IS 58 (23.05% from 255) = 29.29%

 GREEN value IS 52 (20.7% from 255) = 26.26%

 BLUE value IS 88 (34.77% from 255) = 44.44%

R = 29.29%
G = 26.26%
B = 44.44%

CMYK

 C value IS 0.34

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3A3458 (or 0x3A3458) is known color: Jacarta. HEX triplet: 3A, 34 and 58. RGB value is (58,52,88). Sum of RGB (Red+Green+Blue) = 58+52+88=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 88 (34.77% from 255 or 44.44% from 198); Max value from RGB is 88 - color contains mainly: blue. Hex color #3A3458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3458 is #C5CBA7. Grayscale: #393939. Windows color (decimal): -12962728 or 5780538. OLE color: 5780538.

HSL color Cylindrical-coordinate representation of color #3A3458: hue angle of 250º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A3458 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 58 52 88 -
CMYK 0.34 0.41 0 0.65
HSL 250º 0.26% 0.27% -
HSV(B) 250º 0.41% 0.35% -
XYZ 4.73 4.06 9.77 -
YUV 57.9 144.99 128.07 -
System Red Green Blue C M Y K H S L
Decimal 58 52 88 0.34 0.41 0 0.65 250 0.26 0.27
Hex 3A 34 58 22 29 0 41 FA 1A 1B
Octal 72 64 130 42 51 0 101 372 32 33
Binary 111010 110100 1011000 100010 101001 0 1000001 11111010 11010 11011

Color Harmonies of #3A3458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3458

Black with #3A3458

Text Example


Text Example

White with #3A3458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A3458; }

 p { color: rgb(58,52,88); }

 H1.HeaderClassName
 {
   color: #3A3458;
 }
 .AnyTagClassName
 {
   color: #3A3458;
 }
</style>

background-color css

<style>
 a { background-color: #3A3458; }

 a { background-color: rgb(58,52,88); }

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

border-color css

<style>
 span { border-color: #3A3458; }

 span { border-color: rgb(58,52,88); }

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