Html Css Color HEX #34347B Jacksons Purple

📋 copy color: '#34347B'

red 52 ◦ green 52 ◦ blue 123

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

Shades of Jacksons Purple #34347B

Tints of Jacksons Purple #34347B

RGB

 RED value IS 52 (20.7% from 255) = 22.91%

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

 BLUE value IS 123 (48.44% from 255) = 54.19%

R = 22.91%
G = 22.91%
B = 54.19%

CMYK

 C value IS 0.58

 M value IS 0.58

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#34347B (or 0x34347B) is known color: Jacksons Purple. HEX triplet: 34, 34 and 7B. RGB value is (52,52,123). Sum of RGB (Red+Green+Blue) = 52+52+123=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #34347B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34347B is #CBCB84. Grayscale: #3B3B3B. Windows color (decimal): -13355909 or 8074292. OLE color: 8074292.

HSL color Cylindrical-coordinate representation of color #34347B: hue angle of 240º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34347B is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 52 52 123 -
CMYK 0.58 0.58 0 0.52
HSL 240º 0.41% 0.34% -
HSV(B) 240º 0.58% 0.48% -
XYZ 6.22 4.62 19.3 -
YUV 60.09 163.5 122.23 -
System Red Green Blue C M Y K H S L
Decimal 52 52 123 0.58 0.58 0 0.52 240 0.41 0.34
Hex 34 34 7B 3A 3A 0 34 F0 29 22
Octal 64 64 173 72 72 0 64 360 51 42
Binary 110100 110100 1111011 111010 111010 0 110100 11110000 101001 100010

Color Harmonies of #34347B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34347B

Black with #34347B

Text Example


Text Example

White with #34347B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34347B; }

 p { color: rgb(52,52,123); }

 H1.HeaderClassName
 {
   color: #34347B;
 }
 .AnyTagClassName
 {
   color: #34347B;
 }
</style>

background-color css

<style>
 a { background-color: #34347B; }

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

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

border-color css

<style>
 span { border-color: #34347B; }

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

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