Html Css Color HEX #3A345B Jacarta

📋 copy color: '#3A345B'

red 58 ◦ green 52 ◦ blue 91

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

Shades of Jacarta #3A345B

Tints of Jacarta #3A345B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 45.27%

R = 28.86%
G = 25.87%
B = 45.27%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3A345B (or 0x3A345B) is known color: Jacarta. HEX triplet: 3A, 34 and 5B. RGB value is (58,52,91). Sum of RGB (Red+Green+Blue) = 58+52+91=201 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.86% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 91 - color contains mainly: blue. Hex color #3A345B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A345B is #C5CBA4. Grayscale: #3A3A3A. Windows color (decimal): -12962725 or 5977146. OLE color: 5977146.

HSL color Cylindrical-coordinate representation of color #3A345B: hue angle of 249.23º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A345B is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 58 52 91 -
CMYK 0.36 0.43 0 0.64
HSL 249.23º 0.27% 0.28% -
HSV(B) 249.23º 0.43% 0.36% -
XYZ 4.86 4.11 10.43 -
YUV 58.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 58 52 91 0.36 0.43 0 0.64 249.23 0.27 0.28
Hex 3A 34 5B 24 2B 0 40 F9 1B 1C
Octal 72 64 133 44 53 0 100 371 33 34
Binary 111010 110100 1011011 100100 101011 0 1000000 11111001 11011 11100

Color Harmonies of #3A345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A345B

Black with #3A345B

Text Example


Text Example

White with #3A345B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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