Html Css Color HEX #3263DB Royal Blue

📋 copy color: '#3263DB'

red 50 ◦ green 99 ◦ blue 219

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

Shades of Royal Blue #3263DB

Tints of Royal Blue #3263DB

RGB

 RED value IS 50 (19.92% from 255) = 13.59%

 GREEN value IS 99 (39.06% from 255) = 26.9%

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

R = 13.59%
G = 26.9%
B = 59.51%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3263DB (or 0x3263DB) is known color: Royal Blue. HEX triplet: 32, 63 and DB. RGB value is (50,99,219). Sum of RGB (Red+Green+Blue) = 50+99+219=368 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.59% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #3263DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3263DB is #CD9C24. Grayscale: #616161. Windows color (decimal): -13474853 or 14377778. OLE color: 14377778.

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

Color convert

RGB 50 99 219 -
CMYK 0.77 0.55 0 0.14
HSL 222.6º 0.7% 0.53% -
HSV(B) 222.6º 0.77% 0.86% -
XYZ 18.56 14.72 68.88 -
YUV 98.03 196.27 93.74 -
System Red Green Blue C M Y K H S L
Decimal 50 99 219 0.77 0.55 0 0.14 222.6 0.7 0.53
Hex 32 63 DB 4D 37 0 E DF 46 35
Octal 62 143 333 115 67 0 16 337 106 65
Binary 110010 1100011 11011011 1001101 110111 0 1110 11011111 1000110 110101

Color Harmonies of #3263DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3263DB

Black with #3263DB

Text Example


Text Example

White with #3263DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,99,219); }

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

background-color css

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

 a { background-color: rgb(50,99,219); }

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

border-color css

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

 span { border-color: rgb(50,99,219); }

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