Html Css Color HEX #3F3458 Jacarta

📋 copy color: '#3F3458'

red 63 ◦ green 52 ◦ blue 88

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

Shades of Jacarta #3F3458

Tints of Jacarta #3F3458

RGB

 RED value IS 63 (25% from 255) = 31.03%

 GREEN value IS 52 (20.7% from 255) = 25.62%

 BLUE value IS 88 (34.77% from 255) = 43.35%

R = 31.03%
G = 25.62%
B = 43.35%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3F3458 (or 0x3F3458) is known color: Jacarta. HEX triplet: 3F, 34 and 58. RGB value is (63,52,88). Sum of RGB (Red+Green+Blue) = 63+52+88=203 (26% of max value = 765). Red value is 63 (25% from 255 or 31.03% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 88 - color contains mainly: blue. Hex color #3F3458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3458 is #C0CBA7. Grayscale: #3B3B3B. Windows color (decimal): -12635048 or 5780543. OLE color: 5780543.

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

Color convert

RGB 63 52 88 -
CMYK 0.28 0.41 0 0.65
HSL 258.33º 0.26% 0.27% -
HSV(B) 258.33º 0.41% 0.35% -
XYZ 5.04 4.22 9.78 -
YUV 59.39 144.14 130.57 -
System Red Green Blue C M Y K H S L
Decimal 63 52 88 0.28 0.41 0 0.65 258.33 0.26 0.27
Hex 3F 34 58 1C 29 0 41 102 1A 1B
Octal 77 64 130 34 51 0 101 402 32 33
Binary 111111 110100 1011000 11100 101001 0 1000001 100000010 11010 11011

Color Harmonies of #3F3458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3458

Black with #3F3458

Text Example


Text Example

White with #3F3458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,52,88); }

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

background-color css

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

 a { background-color: rgb(63,52,88); }

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

border-color css

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

 span { border-color: rgb(63,52,88); }

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