Html Css Color HEX #2F348B Jacksons Purple

📋 copy color: '#2F348B'

red 47 ◦ green 52 ◦ blue 139

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

Shades of Jacksons Purple #2F348B

Tints of Jacksons Purple #2F348B

RGB

 RED value IS 47 (18.75% from 255) = 19.75%

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

 BLUE value IS 139 (54.69% from 255) = 58.4%

R = 19.75%
G = 21.85%
B = 58.4%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2F348B (or 0x2F348B) is known color: Jacksons Purple. HEX triplet: 2F, 34 and 8B. RGB value is (47,52,139). Sum of RGB (Red+Green+Blue) = 47+52+139=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F348B is #D0CB74. Grayscale: #3C3C3C. Windows color (decimal): -13683573 or 9122863. OLE color: 9122863.

HSL color Cylindrical-coordinate representation of color #2F348B: hue angle of 236.74º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F348B is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 47 52 139 -
CMYK 0.66 0.63 0 0.45
HSL 236.74º 0.49% 0.36% -
HSV(B) 236.74º 0.66% 0.55% -
XYZ 7.06 4.92 25 -
YUV 60.42 172.34 118.43 -
System Red Green Blue C M Y K H S L
Decimal 47 52 139 0.66 0.63 0 0.45 236.74 0.49 0.36
Hex 2F 34 8B 42 3F 0 2D ED 31 24
Octal 57 64 213 102 77 0 55 355 61 44
Binary 101111 110100 10001011 1000010 111111 0 101101 11101101 110001 100100

Color Harmonies of #2F348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F348B

Black with #2F348B

Text Example


Text Example

White with #2F348B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F348B; }

 p { color: rgb(47,52,139); }

 H1.HeaderClassName
 {
   color: #2F348B;
 }
 .AnyTagClassName
 {
   color: #2F348B;
 }
</style>

background-color css

<style>
 a { background-color: #2F348B; }

 a { background-color: rgb(47,52,139); }

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

border-color css

<style>
 span { border-color: #2F348B; }

 span { border-color: rgb(47,52,139); }

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