Html Css Color HEX #3034DB Persian Blue

📋 copy color: '#3034DB'

red 48 ◦ green 52 ◦ blue 219

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

Shades of Persian Blue #3034DB

Tints of Persian Blue #3034DB

RGB

 RED value IS 48 (19.14% from 255) = 15.05%

 GREEN value IS 52 (20.7% from 255) = 16.3%

 BLUE value IS 219 (85.94% from 255) = 68.65%

R = 15.05%
G = 16.3%
B = 68.65%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3034DB (or 0x3034DB) is known color: Persian Blue. HEX triplet: 30, 34 and DB. RGB value is (48,52,219). Sum of RGB (Red+Green+Blue) = 48+52+219=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #3034DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3034DB is #CFCB24. Grayscale: #454545. Windows color (decimal): -13617957 or 14365744. OLE color: 14365744.

HSL color Cylindrical-coordinate representation of color #3034DB: hue angle of 238.6º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3034DB is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 52 219 -
CMYK 0.78 0.76 0 0.14
HSL 238.6º 0.7% 0.52% -
HSV(B) 238.6º 0.78% 0.86% -
XYZ 15.23 8.2 67.8 -
YUV 69.84 212.17 112.42 -
System Red Green Blue C M Y K H S L
Decimal 48 52 219 0.78 0.76 0 0.14 238.6 0.7 0.52
Hex 30 34 DB 4E 4C 0 E EF 46 34
Octal 60 64 333 116 114 0 16 357 106 64
Binary 110000 110100 11011011 1001110 1001100 0 1110 11101111 1000110 110100

Color Harmonies of #3034DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3034DB

Black with #3034DB

Text Example


Text Example

White with #3034DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3034DB; }

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

 H1.HeaderClassName
 {
   color: #3034DB;
 }
 .AnyTagClassName
 {
   color: #3034DB;
 }
</style>

background-color css

<style>
 a { background-color: #3034DB; }

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

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

border-color css

<style>
 span { border-color: #3034DB; }

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

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