Html Css Color HEX #3440B5 Persian Blue

📋 copy color: '#3440B5'

red 52 ◦ green 64 ◦ blue 181

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

Shades of Persian Blue #3440B5

Tints of Persian Blue #3440B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 60.94%

R = 17.51%
G = 21.55%
B = 60.94%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3440B5 (or 0x3440B5) is known color: Persian Blue. HEX triplet: 34, 40 and B5. RGB value is (52,64,181). Sum of RGB (Red+Green+Blue) = 52+64+181=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 181 (71.09% from 255 or 60.94% from 297); Max value from RGB is 181 - color contains mainly: blue. Hex color #3440B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3440B5 is #CBBF4A. Grayscale: #494949. Windows color (decimal): -13352779 or 11878452. OLE color: 11878452.

HSL color Cylindrical-coordinate representation of color #3440B5: hue angle of 234.42º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3440B5 is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 52 64 181 -
CMYK 0.71 0.65 0 0.29
HSL 234.42º 0.55% 0.46% -
HSV(B) 234.42º 0.71% 0.71% -
XYZ 11.59 7.73 44.6 -
YUV 73.75 188.52 112.49 -
System Red Green Blue C M Y K H S L
Decimal 52 64 181 0.71 0.65 0 0.29 234.42 0.55 0.46
Hex 34 40 B5 47 41 0 1D EA 37 2E
Octal 64 100 265 107 101 0 35 352 67 56
Binary 110100 1000000 10110101 1000111 1000001 0 11101 11101010 110111 101110

Color Harmonies of #3440B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3440B5

Black with #3440B5

Text Example


Text Example

White with #3440B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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