Html Css Color HEX #3439BF Persian Blue

📋 copy color: '#3439BF'

red 52 ◦ green 57 ◦ blue 191

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

Shades of Persian Blue #3439BF

Tints of Persian Blue #3439BF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19%

 BLUE value IS 191 (75% from 255) = 63.67%

R = 17.33%
G = 19%
B = 63.67%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3439BF (or 0x3439BF) is known color: Persian Blue. HEX triplet: 34, 39 and BF. RGB value is (52,57,191). Sum of RGB (Red+Green+Blue) = 52+57+191=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #3439BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3439BF is #CBC640. Grayscale: #464646. Windows color (decimal): -13354561 or 12532020. OLE color: 12532020.

HSL color Cylindrical-coordinate representation of color #3439BF: hue angle of 237.84º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3439BF is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 57 191 -
CMYK 0.73 0.70 0 0.25
HSL 237.84º 0.57% 0.48% -
HSV(B) 237.84º 0.73% 0.75% -
XYZ 12.28 7.42 50.07 -
YUV 70.78 195.84 114.6 -
System Red Green Blue C M Y K H S L
Decimal 52 57 191 0.73 0.70 0 0.25 237.84 0.57 0.48
Hex 34 39 BF 49 46 0 19 EE 39 30
Octal 64 71 277 111 106 0 31 356 71 60
Binary 110100 111001 10111111 1001001 1000110 0 11001 11101110 111001 110000

Color Harmonies of #3439BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3439BF

Black with #3439BF

Text Example


Text Example

White with #3439BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3439BF; }

 p { color: rgb(52,57,191); }

 H1.HeaderClassName
 {
   color: #3439BF;
 }
 .AnyTagClassName
 {
   color: #3439BF;
 }
</style>

background-color css

<style>
 a { background-color: #3439BF; }

 a { background-color: rgb(52,57,191); }

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

border-color css

<style>
 span { border-color: #3439BF; }

 span { border-color: rgb(52,57,191); }

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