Html Css Color HEX #3A345D Jacarta

📋 copy color: '#3A345D'

red 58 ◦ green 52 ◦ blue 93

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

Shades of Jacarta #3A345D

Tints of Jacarta #3A345D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 45.81%

R = 28.57%
G = 25.62%
B = 45.81%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3A345D (or 0x3A345D) is known color: Jacarta. HEX triplet: 3A, 34 and 5D. RGB value is (58,52,93). Sum of RGB (Red+Green+Blue) = 58+52+93=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A345D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A345D is #C5CBA2. Grayscale: #3A3A3A. Windows color (decimal): -12962723 or 6108218. OLE color: 6108218.

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

Color convert

RGB 58 52 93 -
CMYK 0.38 0.44 0 0.64
HSL 248.78º 0.28% 0.28% -
HSV(B) 248.78º 0.44% 0.36% -
XYZ 4.95 4.15 10.9 -
YUV 58.47 147.49 127.67 -
System Red Green Blue C M Y K H S L
Decimal 58 52 93 0.38 0.44 0 0.64 248.78 0.28 0.28
Hex 3A 34 5D 26 2C 0 40 F9 1C 1C
Octal 72 64 135 46 54 0 100 371 34 34
Binary 111010 110100 1011101 100110 101100 0 1000000 11111001 11100 11100

Color Harmonies of #3A345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A345D

Black with #3A345D

Text Example


Text Example

White with #3A345D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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