Html Css Color HEX #3C2E5F Jacarta

📋 copy color: '#3C2E5F'

red 60 ◦ green 46 ◦ blue 95

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

Shades of Jacarta #3C2E5F

Tints of Jacarta #3C2E5F

RGB

 RED value IS 60 (23.83% from 255) = 29.85%

 GREEN value IS 46 (18.36% from 255) = 22.89%

 BLUE value IS 95 (37.5% from 255) = 47.26%

R = 29.85%
G = 22.89%
B = 47.26%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3C2E5F (or 0x3C2E5F) is known color: Jacarta. HEX triplet: 3C, 2E and 5F. RGB value is (60,46,95). Sum of RGB (Red+Green+Blue) = 60+46+95=201 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.85% from 201); Green value is 46 (18.36% from 255 or 22.89% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 95 - color contains mainly: blue. Hex color #3C2E5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2E5F is #C3D1A0. Grayscale: #373737. Windows color (decimal): -12833185 or 6237756. OLE color: 6237756.

HSL color Cylindrical-coordinate representation of color #3C2E5F: hue angle of 257.14º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C2E5F is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 60 46 95 -
CMYK 0.37 0.52 0 0.63
HSL 257.14º 0.35% 0.28% -
HSV(B) 257.14º 0.52% 0.37% -
XYZ 4.91 3.74 11.29 -
YUV 55.77 150.14 131.02 -
System Red Green Blue C M Y K H S L
Decimal 60 46 95 0.37 0.52 0 0.63 257.14 0.35 0.28
Hex 3C 2E 5F 25 34 0 3F 101 23 1C
Octal 74 56 137 45 64 0 77 401 43 34
Binary 111100 101110 1011111 100101 110100 0 111111 100000001 100011 11100

Color Harmonies of #3C2E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2E5F

Black with #3C2E5F

Text Example


Text Example

White with #3C2E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,46,95); }

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

background-color css

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

 a { background-color: rgb(60,46,95); }

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

border-color css

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

 span { border-color: rgb(60,46,95); }

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