Html Css Color HEX #3440AB Persian Blue

📋 copy color: '#3440AB'

red 52 ◦ green 64 ◦ blue 171

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

Shades of Persian Blue #3440AB

Tints of Persian Blue #3440AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 59.58%

R = 18.12%
G = 22.3%
B = 59.58%

CMYK

 C value IS 0.70

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3440AB (or 0x3440AB) is known color: Persian Blue. HEX triplet: 34, 40 and AB. RGB value is (52,64,171). Sum of RGB (Red+Green+Blue) = 52+64+171=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #3440AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3440AB is #CBBF54. Grayscale: #484848. Windows color (decimal): -13352789 or 11223092. OLE color: 11223092.

HSL color Cylindrical-coordinate representation of color #3440AB: hue angle of 233.95º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3440AB is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 64 171 -
CMYK 0.70 0.63 0 0.33
HSL 233.95º 0.53% 0.44% -
HSV(B) 233.95º 0.7% 0.67% -
XYZ 10.6 7.34 39.39 -
YUV 72.61 183.52 113.3 -
System Red Green Blue C M Y K H S L
Decimal 52 64 171 0.70 0.63 0 0.33 233.95 0.53 0.44
Hex 34 40 AB 46 3F 0 21 EA 35 2C
Octal 64 100 253 106 77 0 41 352 65 54
Binary 110100 1000000 10101011 1000110 111111 0 100001 11101010 110101 101100

Color Harmonies of #3440AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3440AB

Black with #3440AB

Text Example


Text Example

White with #3440AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3440AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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