Html Css Color HEX #3266FE Royal Blue

📋 copy color: '#3266FE'

red 50 ◦ green 102 ◦ blue 254

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

Shades of Royal Blue #3266FE

Tints of Royal Blue #3266FE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.12%

 BLUE value IS 254 (99.61% from 255) = 62.56%

R = 12.32%
G = 25.12%
B = 62.56%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3266FE (or 0x3266FE) is known color: Royal Blue. HEX triplet: 32, 66 and FE. RGB value is (50,102,254). Sum of RGB (Red+Green+Blue) = 50+102+254=406 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.32% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #3266FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3266FE is #CD9901. Grayscale: #676767. Windows color (decimal): -13474050 or 16672306. OLE color: 16672306.

HSL color Cylindrical-coordinate representation of color #3266FE: hue angle of 224.71º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3266FE is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 50 102 254 -
CMYK 0.80 0.60 0 0.00
HSL 224.71º 0.99% 0.6% -
HSV(B) 224.71º 0.8% 1% -
XYZ 23.96 17.34 95.85 -
YUV 103.78 212.77 89.64 -
System Red Green Blue C M Y K H S L
Decimal 50 102 254 0.80 0.60 0 0.00 224.71 0.99 0.6
Hex 32 66 FE 50 3C 0 0 E1 63 3C
Octal 62 146 376 120 74 0 0 341 143 74
Binary 110010 1100110 11111110 1010000 111100 0 0 11100001 1100011 111100

Color Harmonies of #3266FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3266FE

Black with #3266FE

Text Example


Text Example

White with #3266FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3266FE; }

 p { color: rgb(50,102,254); }

 H1.HeaderClassName
 {
   color: #3266FE;
 }
 .AnyTagClassName
 {
   color: #3266FE;
 }
</style>

background-color css

<style>
 a { background-color: #3266FE; }

 a { background-color: rgb(50,102,254); }

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

border-color css

<style>
 span { border-color: #3266FE; }

 span { border-color: rgb(50,102,254); }

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