Html Css Color HEX #3440A8 Persian Blue

📋 copy color: '#3440A8'

red 52 ◦ green 64 ◦ blue 168

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

Shades of Persian Blue #3440A8

Tints of Persian Blue #3440A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 59.15%

R = 18.31%
G = 22.54%
B = 59.15%

CMYK

 C value IS 0.69

 M value IS 0.62

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#3440A8 (or 0x3440A8) is known color: Persian Blue. HEX triplet: 34, 40 and A8. RGB value is (52,64,168). Sum of RGB (Red+Green+Blue) = 52+64+168=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 168 (66.02% from 255 or 59.15% from 284); Max value from RGB is 168 - color contains mainly: blue. Hex color #3440A8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3440A8 is #CBBF57. Grayscale: #474747. Windows color (decimal): -13352792 or 11026484. OLE color: 11026484.

HSL color Cylindrical-coordinate representation of color #3440A8: hue angle of 233.79º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3440A8 is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 52 64 168 -
CMYK 0.69 0.62 0 0.34
HSL 233.79º 0.53% 0.43% -
HSV(B) 233.79º 0.69% 0.66% -
XYZ 10.32 7.22 37.9 -
YUV 72.27 182.02 113.54 -
System Red Green Blue C M Y K H S L
Decimal 52 64 168 0.69 0.62 0 0.34 233.79 0.53 0.43
Hex 34 40 A8 45 3E 0 22 EA 35 2B
Octal 64 100 250 105 76 0 42 352 65 53
Binary 110100 1000000 10101000 1000101 111110 0 100010 11101010 110101 101011

Color Harmonies of #3440A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3440A8

Black with #3440A8

Text Example


Text Example

White with #3440A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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