Html Css Color HEX #3440B3 Persian Blue

📋 copy color: '#3440B3'

red 52 ◦ green 64 ◦ blue 179

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

Shades of Persian Blue #3440B3

Tints of Persian Blue #3440B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 60.68%

R = 17.63%
G = 21.69%
B = 60.68%

CMYK

 C value IS 0.71

 M value IS 0.64

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3440B3 (or 0x3440B3) is known color: Persian Blue. HEX triplet: 34, 40 and B3. RGB value is (52,64,179). Sum of RGB (Red+Green+Blue) = 52+64+179=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 179 (70.31% from 255 or 60.68% from 295); Max value from RGB is 179 - color contains mainly: blue. Hex color #3440B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3440B3 is #CBBF4C. Grayscale: #494949. Windows color (decimal): -13352781 or 11747380. OLE color: 11747380.

HSL color Cylindrical-coordinate representation of color #3440B3: hue angle of 234.33º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3440B3 is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 52 64 179 -
CMYK 0.71 0.64 0 0.30
HSL 234.33º 0.55% 0.45% -
HSV(B) 234.33º 0.71% 0.7% -
XYZ 11.39 7.65 43.52 -
YUV 73.52 187.52 112.65 -
System Red Green Blue C M Y K H S L
Decimal 52 64 179 0.71 0.64 0 0.30 234.33 0.55 0.45
Hex 34 40 B3 47 40 0 1E EA 37 2D
Octal 64 100 263 107 100 0 36 352 67 55
Binary 110100 1000000 10110011 1000111 1000000 0 11110 11101010 110111 101101

Color Harmonies of #3440B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3440B3

Black with #3440B3

Text Example


Text Example

White with #3440B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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