Html Css Color HEX #3134DB Persian Blue

📋 copy color: '#3134DB'

red 49 ◦ green 52 ◦ blue 219

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

Shades of Persian Blue #3134DB

Tints of Persian Blue #3134DB

RGB

 RED value IS 49 (19.53% from 255) = 15.31%

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

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

R = 15.31%
G = 16.25%
B = 68.44%

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

#3134DB (or 0x3134DB) is known color: Persian Blue. HEX triplet: 31, 34 and DB. RGB value is (49,52,219). Sum of RGB (Red+Green+Blue) = 49+52+219=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #3134DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3134DB is #CECB24. Grayscale: #454545. Windows color (decimal): -13552421 or 14365745. OLE color: 14365745.

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

Color convert

RGB 49 52 219 -
CMYK 0.78 0.76 0 0.14
HSL 238.94º 0.7% 0.53% -
HSV(B) 238.94º 0.78% 0.86% -
XYZ 15.28 8.22 67.8 -
YUV 70.14 212.01 112.92 -
System Red Green Blue C M Y K H S L
Decimal 49 52 219 0.78 0.76 0 0.14 238.94 0.7 0.53
Hex 31 34 DB 4E 4C 0 E EF 46 35
Octal 61 64 333 116 114 0 16 357 106 65
Binary 110001 110100 11011011 1001110 1001100 0 1110 11101111 1000110 110101

Color Harmonies of #3134DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3134DB

Black with #3134DB

Text Example


Text Example

White with #3134DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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