Html Css Color HEX #3440B7 Persian Blue

📋 copy color: '#3440B7'

red 52 ◦ green 64 ◦ blue 183

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

Shades of Persian Blue #3440B7

Tints of Persian Blue #3440B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 61.2%

R = 17.39%
G = 21.4%
B = 61.2%

CMYK

 C value IS 0.72

 M value IS 0.65

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3440B7 (or 0x3440B7) is known color: Persian Blue. HEX triplet: 34, 40 and B7. RGB value is (52,64,183). Sum of RGB (Red+Green+Blue) = 52+64+183=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 183 (71.88% from 255 or 61.20% from 299); Max value from RGB is 183 - color contains mainly: blue. Hex color #3440B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3440B7 is #CBBF48. Grayscale: #494949. Windows color (decimal): -13352777 or 12009524. OLE color: 12009524.

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

Color convert

RGB 52 64 183 -
CMYK 0.72 0.65 0 0.28
HSL 234.5º 0.56% 0.46% -
HSV(B) 234.5º 0.72% 0.72% -
XYZ 11.8 7.82 45.69 -
YUV 73.98 189.52 112.32 -
System Red Green Blue C M Y K H S L
Decimal 52 64 183 0.72 0.65 0 0.28 234.5 0.56 0.46
Hex 34 40 B7 48 41 0 1C EB 38 2E
Octal 64 100 267 110 101 0 34 353 70 56
Binary 110100 1000000 10110111 1001000 1000001 0 11100 11101011 111000 101110

Color Harmonies of #3440B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3440B7

Black with #3440B7

Text Example


Text Example

White with #3440B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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