Html Css Color HEX #3E3061 Jacarta

📋 copy color: '#3E3061'

red 62 ◦ green 48 ◦ blue 97

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

Shades of Jacarta #3E3061

Tints of Jacarta #3E3061

RGB

 RED value IS 62 (24.61% from 255) = 29.95%

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

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

R = 29.95%
G = 23.19%
B = 46.86%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3E3061 (or 0x3E3061) is known color: Jacarta. HEX triplet: 3E, 30 and 61. RGB value is (62,48,97). Sum of RGB (Red+Green+Blue) = 62+48+97=207 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.95% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #3E3061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3061 is #C1CF9E. Grayscale: #393939. Windows color (decimal): -12701599 or 6369342. OLE color: 6369342.

HSL color Cylindrical-coordinate representation of color #3E3061: hue angle of 257.14º 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 #3E3061 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 62 48 97 -
CMYK 0.36 0.51 0 0.62
HSL 257.14º 0.34% 0.28% -
HSV(B) 257.14º 0.51% 0.38% -
XYZ 5.2 4 11.81 -
YUV 57.77 150.14 131.02 -
System Red Green Blue C M Y K H S L
Decimal 62 48 97 0.36 0.51 0 0.62 257.14 0.34 0.28
Hex 3E 30 61 24 33 0 3E 101 22 1C
Octal 76 60 141 44 63 0 76 401 42 34
Binary 111110 110000 1100001 100100 110011 0 111110 100000001 100010 11100

Color Harmonies of #3E3061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3061

Black with #3E3061

Text Example


Text Example

White with #3E3061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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