Html Css Color HEX #3430DF Persian Blue

📋 copy color: '#3430DF'

red 52 ◦ green 48 ◦ blue 223

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

Shades of Persian Blue #3430DF

Tints of Persian Blue #3430DF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.86%

 BLUE value IS 223 (87.5% from 255) = 69.04%

R = 16.1%
G = 14.86%
B = 69.04%

CMYK

 C value IS 0.77

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3430DF (or 0x3430DF) is known color: Persian Blue. HEX triplet: 34, 30 and DF. RGB value is (52,48,223). Sum of RGB (Red+Green+Blue) = 52+48+223=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 223 (87.5% from 255 or 69.04% from 323); Max value from RGB is 223 - color contains mainly: blue. Hex color #3430DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3430DF is #CBCF20. Grayscale: #444444. Windows color (decimal): -13356833 or 14626868. OLE color: 14626868.

HSL color Cylindrical-coordinate representation of color #3430DF: hue angle of 241.37º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3430DF is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 48 223 -
CMYK 0.77 0.78 0 0.13
HSL 241.37º 0.73% 0.53% -
HSV(B) 241.37º 0.78% 0.87% -
XYZ 15.79 8.17 70.56 -
YUV 69.15 214.83 115.77 -
System Red Green Blue C M Y K H S L
Decimal 52 48 223 0.77 0.78 0 0.13 241.37 0.73 0.53
Hex 34 30 DF 4D 4E 0 D F1 49 35
Octal 64 60 337 115 116 0 15 361 111 65
Binary 110100 110000 11011111 1001101 1001110 0 1101 11110001 1001001 110101

Color Harmonies of #3430DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3430DF

Black with #3430DF

Text Example


Text Example

White with #3430DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3430DF; }

 p { color: rgb(52,48,223); }

 H1.HeaderClassName
 {
   color: #3430DF;
 }
 .AnyTagClassName
 {
   color: #3430DF;
 }
</style>

background-color css

<style>
 a { background-color: #3430DF; }

 a { background-color: rgb(52,48,223); }

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

border-color css

<style>
 span { border-color: #3430DF; }

 span { border-color: rgb(52,48,223); }

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