Html Css Color HEX #3440AE Persian Blue

📋 copy color: '#3440AE'

red 52 ◦ green 64 ◦ blue 174

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

Shades of Persian Blue #3440AE

Tints of Persian Blue #3440AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 60%

R = 17.93%
G = 22.07%
B = 60%

CMYK

 C value IS 0.70

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3440AE (or 0x3440AE) is known color: Persian Blue. HEX triplet: 34, 40 and AE. RGB value is (52,64,174). Sum of RGB (Red+Green+Blue) = 52+64+174=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #3440AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3440AE is #CBBF51. Grayscale: #484848. Windows color (decimal): -13352786 or 11419700. OLE color: 11419700.

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

Color convert

RGB 52 64 174 -
CMYK 0.70 0.63 0 0.32
HSL 234.1º 0.54% 0.44% -
HSV(B) 234.1º 0.7% 0.68% -
XYZ 10.89 7.45 40.91 -
YUV 72.95 185.02 113.06 -
System Red Green Blue C M Y K H S L
Decimal 52 64 174 0.70 0.63 0 0.32 234.1 0.54 0.44
Hex 34 40 AE 46 3F 0 20 EA 36 2C
Octal 64 100 256 106 77 0 40 352 66 54
Binary 110100 1000000 10101110 1000110 111111 0 100000 11101010 110110 101100

Color Harmonies of #3440AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3440AE

Black with #3440AE

Text Example


Text Example

White with #3440AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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