Html Css Color HEX #3B305A Jacarta

📋 copy color: '#3B305A'

red 59 ◦ green 48 ◦ blue 90

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

Shades of Jacarta #3B305A

Tints of Jacarta #3B305A

RGB

 RED value IS 59 (23.44% from 255) = 29.95%

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

 BLUE value IS 90 (35.55% from 255) = 45.69%

R = 29.95%
G = 24.37%
B = 45.69%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3B305A (or 0x3B305A) is known color: Jacarta. HEX triplet: 3B, 30 and 5A. RGB value is (59,48,90). Sum of RGB (Red+Green+Blue) = 59+48+90=197 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.95% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #3B305A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B305A is #C4CFA5. Grayscale: #373737. Windows color (decimal): -12898214 or 5910587. OLE color: 5910587.

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

Color convert

RGB 59 48 90 -
CMYK 0.34 0.47 0 0.65
HSL 255.71º 0.3% 0.27% -
HSV(B) 255.71º 0.47% 0.35% -
XYZ 4.71 3.78 10.15 -
YUV 56.08 147.14 130.08 -
System Red Green Blue C M Y K H S L
Decimal 59 48 90 0.34 0.47 0 0.65 255.71 0.3 0.27
Hex 3B 30 5A 22 2F 0 41 100 1E 1B
Octal 73 60 132 42 57 0 101 400 36 33
Binary 111011 110000 1011010 100010 101111 0 1000001 100000000 11110 11011

Color Harmonies of #3B305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B305A

Black with #3B305A

Text Example


Text Example

White with #3B305A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,48,90); }

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

background-color css

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

 a { background-color: rgb(59,48,90); }

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

border-color css

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

 span { border-color: rgb(59,48,90); }

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