Html Css Color HEX #3126DB Persian Blue

📋 copy color: '#3126DB'

red 49 ◦ green 38 ◦ blue 219

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

Shades of Persian Blue #3126DB

Tints of Persian Blue #3126DB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.42%

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

R = 16.01%
G = 12.42%
B = 71.57%

CMYK

 C value IS 0.78

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3126DB (or 0x3126DB) is known color: Persian Blue. HEX triplet: 31, 26 and DB. RGB value is (49,38,219). Sum of RGB (Red+Green+Blue) = 49+38+219=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 219 (85.94% from 255 or 71.57% from 306); Max value from RGB is 219 - color contains mainly: blue. Hex color #3126DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3126DB is #CED924. Grayscale: #3D3D3D. Windows color (decimal): -13556005 or 14362161. OLE color: 14362161.

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

Color convert

RGB 49 38 219 -
CMYK 0.78 0.83 0 0.14
HSL 243.65º 0.72% 0.5% -
HSV(B) 243.65º 0.83% 0.86% -
XYZ 14.75 7.15 67.62 -
YUV 61.92 216.64 118.78 -
System Red Green Blue C M Y K H S L
Decimal 49 38 219 0.78 0.83 0 0.14 243.65 0.72 0.5
Hex 31 26 DB 4E 53 0 E F4 48 32
Octal 61 46 333 116 123 0 16 364 110 62
Binary 110001 100110 11011011 1001110 1010011 0 1110 11110100 1001000 110010

Color Harmonies of #3126DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3126DB

Black with #3126DB

Text Example


Text Example

White with #3126DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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