Html Css Color HEX #3D3060 Jacarta

📋 copy color: '#3D3060'

red 61 ◦ green 48 ◦ blue 96

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

Shades of Jacarta #3D3060

Tints of Jacarta #3D3060

RGB

 RED value IS 61 (24.22% from 255) = 29.76%

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

 BLUE value IS 96 (37.89% from 255) = 46.83%

R = 29.76%
G = 23.41%
B = 46.83%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3D3060 (or 0x3D3060) is known color: Jacarta. HEX triplet: 3D, 30 and 60. RGB value is (61,48,96). Sum of RGB (Red+Green+Blue) = 61+48+96=205 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.76% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #3D3060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3060 is #C2CF9F. Grayscale: #393939. Windows color (decimal): -12767136 or 6303805. OLE color: 6303805.

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

Color convert

RGB 61 48 96 -
CMYK 0.36 0.50 0 0.62
HSL 256.25º 0.33% 0.28% -
HSV(B) 256.25º 0.5% 0.38% -
XYZ 5.09 3.95 11.56 -
YUV 57.36 149.81 130.6 -
System Red Green Blue C M Y K H S L
Decimal 61 48 96 0.36 0.50 0 0.62 256.25 0.33 0.28
Hex 3D 30 60 24 32 0 3E 100 21 1C
Octal 75 60 140 44 62 0 76 400 41 34
Binary 111101 110000 1100000 100100 110010 0 111110 100000000 100001 11100

Color Harmonies of #3D3060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3060

Black with #3D3060

Text Example


Text Example

White with #3D3060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,48,96); }

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

background-color css

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

 a { background-color: rgb(61,48,96); }

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

border-color css

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

 span { border-color: rgb(61,48,96); }

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