Html Css Color HEX #34388C Jacksons Purple

📋 copy color: '#34388C'

red 52 ◦ green 56 ◦ blue 140

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

Shades of Jacksons Purple #34388C

Tints of Jacksons Purple #34388C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.58%

 BLUE value IS 140 (55.08% from 255) = 56.45%

R = 20.97%
G = 22.58%
B = 56.45%

CMYK

 C value IS 0.63

 M value IS 0.6

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34388C (or 0x34388C) is known color: Jacksons Purple. HEX triplet: 34, 38 and 8C. RGB value is (52,56,140). Sum of RGB (Red+Green+Blue) = 52+56+140=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 140 (55.08% from 255 or 56.45% from 248); Max value from RGB is 140 - color contains mainly: blue. Hex color #34388C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34388C is #CBC773. Grayscale: #404040. Windows color (decimal): -13354868 or 9189428. OLE color: 9189428.

HSL color Cylindrical-coordinate representation of color #34388C: hue angle of 237.27º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34388C is Cyan = 0.63, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 56 140 -
CMYK 0.63 0.6 0 0.45
HSL 237.27º 0.46% 0.38% -
HSV(B) 237.27º 0.63% 0.55% -
XYZ 7.56 5.45 25.46 -
YUV 64.38 170.67 119.17 -
System Red Green Blue C M Y K H S L
Decimal 52 56 140 0.63 0.6 0 0.45 237.27 0.46 0.38
Hex 34 38 8C 3F 3C 0 2D ED 2E 26
Octal 64 70 214 77 74 0 55 355 56 46
Binary 110100 111000 10001100 111111 111100 0 101101 11101101 101110 100110

Color Harmonies of #34388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34388C

Black with #34388C

Text Example


Text Example

White with #34388C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34388C; }

 p { color: rgb(52,56,140); }

 H1.HeaderClassName
 {
   color: #34388C;
 }
 .AnyTagClassName
 {
   color: #34388C;
 }
</style>

background-color css

<style>
 a { background-color: #34388C; }

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

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

border-color css

<style>
 span { border-color: #34388C; }

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

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