Html Css Color HEX #3A365B Jacarta

📋 copy color: '#3A365B'

red 58 ◦ green 54 ◦ blue 91

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

Shades of Jacarta #3A365B

Tints of Jacarta #3A365B

RGB

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

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

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

R = 28.57%
G = 26.6%
B = 44.83%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3A365B (or 0x3A365B) is known color: Jacarta. HEX triplet: 3A, 36 and 5B. RGB value is (58,54,91). Sum of RGB (Red+Green+Blue) = 58+54+91=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #3A365B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A365B is #C5C9A4. Grayscale: #3B3B3B. Windows color (decimal): -12962213 or 5977658. OLE color: 5977658.

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

Color convert

RGB 58 54 91 -
CMYK 0.36 0.41 0 0.64
HSL 246.49º 0.26% 0.28% -
HSV(B) 246.49º 0.41% 0.36% -
XYZ 4.95 4.29 10.47 -
YUV 59.41 145.83 126.99 -
System Red Green Blue C M Y K H S L
Decimal 58 54 91 0.36 0.41 0 0.64 246.49 0.26 0.28
Hex 3A 36 5B 24 29 0 40 F6 1A 1C
Octal 72 66 133 44 51 0 100 366 32 34
Binary 111010 110110 1011011 100100 101001 0 1000000 11110110 11010 11100

Color Harmonies of #3A365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A365B

Black with #3A365B

Text Example


Text Example

White with #3A365B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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