Html Css Color HEX #3263D8 Royal Blue

📋 copy color: '#3263D8'

red 50 ◦ green 99 ◦ blue 216

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

Shades of Royal Blue #3263D8

Tints of Royal Blue #3263D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 59.18%

R = 13.7%
G = 27.12%
B = 59.18%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3263D8 (or 0x3263D8) is known color: Royal Blue. HEX triplet: 32, 63 and D8. RGB value is (50,99,216). Sum of RGB (Red+Green+Blue) = 50+99+216=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 216 (84.77% from 255 or 59.18% from 365); Max value from RGB is 216 - color contains mainly: blue. Hex color #3263D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3263D8 is #CD9C27. Grayscale: #616161. Windows color (decimal): -13474856 or 14181170. OLE color: 14181170.

HSL color Cylindrical-coordinate representation of color #3263D8: hue angle of 222.29º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3263D8 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 99 216 -
CMYK 0.77 0.54 0 0.15
HSL 222.29º 0.68% 0.52% -
HSV(B) 222.29º 0.77% 0.85% -
XYZ 18.17 14.56 66.82 -
YUV 97.69 194.77 93.99 -
System Red Green Blue C M Y K H S L
Decimal 50 99 216 0.77 0.54 0 0.15 222.29 0.68 0.52
Hex 32 63 D8 4D 36 0 F DE 44 34
Octal 62 143 330 115 66 0 17 336 104 64
Binary 110010 1100011 11011000 1001101 110110 0 1111 11011110 1000100 110100

Color Harmonies of #3263D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3263D8

Black with #3263D8

Text Example


Text Example

White with #3263D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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