Html Css Color HEX #3440AF Persian Blue

📋 copy color: '#3440AF'

red 52 ◦ green 64 ◦ blue 175

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

Shades of Persian Blue #3440AF

Tints of Persian Blue #3440AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 60.14%

R = 17.87%
G = 21.99%
B = 60.14%

CMYK

 C value IS 0.70

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3440AF (or 0x3440AF) is known color: Persian Blue. HEX triplet: 34, 40 and AF. RGB value is (52,64,175). Sum of RGB (Red+Green+Blue) = 52+64+175=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 175 (68.75% from 255 or 60.14% from 291); Max value from RGB is 175 - color contains mainly: blue. Hex color #3440AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3440AF is #CBBF50. Grayscale: #484848. Windows color (decimal): -13352785 or 11485236. OLE color: 11485236.

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

Color convert

RGB 52 64 175 -
CMYK 0.70 0.63 0 0.31
HSL 234.15º 0.54% 0.45% -
HSV(B) 234.15º 0.7% 0.69% -
XYZ 10.99 7.49 41.42 -
YUV 73.07 185.52 112.97 -
System Red Green Blue C M Y K H S L
Decimal 52 64 175 0.70 0.63 0 0.31 234.15 0.54 0.45
Hex 34 40 AF 46 3F 0 1F EA 36 2D
Octal 64 100 257 106 77 0 37 352 66 55
Binary 110100 1000000 10101111 1000110 111111 0 11111 11101010 110110 101101

Color Harmonies of #3440AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3440AF

Black with #3440AF

Text Example


Text Example

White with #3440AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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