Html Css Color HEX #3A3658 Jacarta

📋 copy color: '#3A3658'

red 58 ◦ green 54 ◦ blue 88

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

Shades of Jacarta #3A3658

Tints of Jacarta #3A3658

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27%

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

R = 29%
G = 27%
B = 44%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3A3658 (or 0x3A3658) is known color: Jacarta. HEX triplet: 3A, 36 and 58. RGB value is (58,54,88). Sum of RGB (Red+Green+Blue) = 58+54+88=200 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 88 (34.77% from 255 or 44% from 200); Max value from RGB is 88 - color contains mainly: blue. Hex color #3A3658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3658 is #C5C9A7. Grayscale: #3A3A3A. Windows color (decimal): -12962216 or 5781050. OLE color: 5781050.

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

Color convert

RGB 58 54 88 -
CMYK 0.34 0.39 0 0.65
HSL 247.06º 0.24% 0.28% -
HSV(B) 247.06º 0.39% 0.35% -
XYZ 4.83 4.24 9.8 -
YUV 59.07 144.33 127.24 -
System Red Green Blue C M Y K H S L
Decimal 58 54 88 0.34 0.39 0 0.65 247.06 0.24 0.28
Hex 3A 36 58 22 27 0 41 F7 18 1C
Octal 72 66 130 42 47 0 101 367 30 34
Binary 111010 110110 1011000 100010 100111 0 1000001 11110111 11000 11100

Color Harmonies of #3A3658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3658

Black with #3A3658

Text Example


Text Example

White with #3A3658

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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