Html Css Color HEX #3F345D Jacarta

📋 copy color: '#3F345D'

red 63 ◦ green 52 ◦ blue 93

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

Shades of Jacarta #3F345D

Tints of Jacarta #3F345D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 44.71%

R = 30.29%
G = 25%
B = 44.71%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3F345D (or 0x3F345D) is known color: Jacarta. HEX triplet: 3F, 34 and 5D. RGB value is (63,52,93). Sum of RGB (Red+Green+Blue) = 63+52+93=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #3F345D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F345D is #C0CBA2. Grayscale: #3B3B3B. Windows color (decimal): -12635043 or 6108223. OLE color: 6108223.

HSL color Cylindrical-coordinate representation of color #3F345D: hue angle of 256.1º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F345D is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 63 52 93 -
CMYK 0.32 0.44 0 0.64
HSL 256.1º 0.28% 0.28% -
HSV(B) 256.1º 0.44% 0.36% -
XYZ 5.25 4.3 10.91 -
YUV 59.96 146.64 130.17 -
System Red Green Blue C M Y K H S L
Decimal 63 52 93 0.32 0.44 0 0.64 256.1 0.28 0.28
Hex 3F 34 5D 20 2C 0 40 100 1C 1C
Octal 77 64 135 40 54 0 100 400 34 34
Binary 111111 110100 1011101 100000 101100 0 1000000 100000000 11100 11100

Color Harmonies of #3F345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F345D

Black with #3F345D

Text Example


Text Example

White with #3F345D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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