Html Css Color HEX #3A3061 Jacarta

📋 copy color: '#3A3061'

red 58 ◦ green 48 ◦ blue 97

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

Shades of Jacarta #3A3061

Tints of Jacarta #3A3061

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.65%

 BLUE value IS 97 (38.28% from 255) = 47.78%

R = 28.57%
G = 23.65%
B = 47.78%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3A3061 (or 0x3A3061) is known color: Jacarta. HEX triplet: 3A, 30 and 61. RGB value is (58,48,97). Sum of RGB (Red+Green+Blue) = 58+48+97=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #3A3061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3061 is #C5CF9E. Grayscale: #383838. Windows color (decimal): -12963743 or 6369338. OLE color: 6369338.

HSL color Cylindrical-coordinate representation of color #3A3061: hue angle of 252.24º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A3061 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 58 48 97 -
CMYK 0.40 0.51 0 0.62
HSL 252.24º 0.34% 0.28% -
HSV(B) 252.24º 0.51% 0.38% -
XYZ 4.96 3.88 11.8 -
YUV 56.58 150.81 129.02 -
System Red Green Blue C M Y K H S L
Decimal 58 48 97 0.40 0.51 0 0.62 252.24 0.34 0.28
Hex 3A 30 61 28 33 0 3E FC 22 1C
Octal 72 60 141 50 63 0 76 374 42 34
Binary 111010 110000 1100001 101000 110011 0 111110 11111100 100010 11100

Color Harmonies of #3A3061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3061

Black with #3A3061

Text Example


Text Example

White with #3A3061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,48,97); }

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

background-color css

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

 a { background-color: rgb(58,48,97); }

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

border-color css

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

 span { border-color: rgb(58,48,97); }

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