Html Css Color HEX #3263DA Royal Blue

📋 copy color: '#3263DA'

red 50 ◦ green 99 ◦ blue 218

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

Shades of Royal Blue #3263DA

Tints of Royal Blue #3263DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.4%

R = 13.62%
G = 26.98%
B = 59.4%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3263DA (or 0x3263DA) is known color: Royal Blue. HEX triplet: 32, 63 and DA. RGB value is (50,99,218). Sum of RGB (Red+Green+Blue) = 50+99+218=367 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.62% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #3263DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3263DA is #CD9C25. Grayscale: #616161. Windows color (decimal): -13474854 or 14312242. OLE color: 14312242.

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

Color convert

RGB 50 99 218 -
CMYK 0.77 0.55 0 0.15
HSL 222.5º 0.69% 0.53% -
HSV(B) 222.5º 0.77% 0.85% -
XYZ 18.43 14.66 68.19 -
YUV 97.92 195.77 93.82 -
System Red Green Blue C M Y K H S L
Decimal 50 99 218 0.77 0.55 0 0.15 222.5 0.69 0.53
Hex 32 63 DA 4D 37 0 F DE 45 35
Octal 62 143 332 115 67 0 17 336 105 65
Binary 110010 1100011 11011010 1001101 110111 0 1111 11011110 1000101 110101

Color Harmonies of #3263DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3263DA

Black with #3263DA

Text Example


Text Example

White with #3263DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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