Html Css Color HEX #344085 Jacksons Purple

📋 copy color: '#344085'

red 52 ◦ green 64 ◦ blue 133

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

Shades of Jacksons Purple #344085

Tints of Jacksons Purple #344085

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.7%

 BLUE value IS 133 (52.34% from 255) = 53.41%

R = 20.88%
G = 25.7%
B = 53.41%

CMYK

 C value IS 0.61

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#344085 (or 0x344085) is known color: Jacksons Purple. HEX triplet: 34, 40 and 85. RGB value is (52,64,133). Sum of RGB (Red+Green+Blue) = 52+64+133=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #344085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344085 is #CBBF7A. Grayscale: #434343. Windows color (decimal): -13352827 or 8732724. OLE color: 8732724.

HSL color Cylindrical-coordinate representation of color #344085: hue angle of 231.11º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #344085 is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 64 133 -
CMYK 0.61 0.52 0 0.48
HSL 231.11º 0.44% 0.36% -
HSV(B) 231.11º 0.61% 0.52% -
XYZ 7.48 6.09 22.97 -
YUV 68.28 164.52 116.39 -
System Red Green Blue C M Y K H S L
Decimal 52 64 133 0.61 0.52 0 0.48 231.11 0.44 0.36
Hex 34 40 85 3D 34 0 30 E7 2C 24
Octal 64 100 205 75 64 0 60 347 54 44
Binary 110100 1000000 10000101 111101 110100 0 110000 11100111 101100 100100

Color Harmonies of #344085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344085

Black with #344085

Text Example


Text Example

White with #344085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344085; }

 p { color: rgb(52,64,133); }

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

background-color css

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

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

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

border-color css

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

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

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