Html Css Color HEX #3268FC Royal Blue

📋 copy color: '#3268FC'

red 50 ◦ green 104 ◦ blue 252

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

Shades of Royal Blue #3268FC

Tints of Royal Blue #3268FC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.62%

 BLUE value IS 252 (98.83% from 255) = 62.07%

R = 12.32%
G = 25.62%
B = 62.07%

CMYK

 C value IS 0.80

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3268FC (or 0x3268FC) is known color: Royal Blue. HEX triplet: 32, 68 and FC. RGB value is (50,104,252). Sum of RGB (Red+Green+Blue) = 50+104+252=406 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.32% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 252 (98.83% from 255 or 62.07% from 406); Max value from RGB is 252 - color contains mainly: blue. Hex color #3268FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3268FC is #CD9703. Grayscale: #686868. Windows color (decimal): -13473540 or 16541746. OLE color: 16541746.

HSL color Cylindrical-coordinate representation of color #3268FC: hue angle of 223.96º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3268FC is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 50 104 252 -
CMYK 0.80 0.59 0 0.01
HSL 223.96º 0.97% 0.59% -
HSV(B) 223.96º 0.8% 0.99% -
XYZ 23.84 17.61 94.24 -
YUV 104.73 211.11 88.97 -
System Red Green Blue C M Y K H S L
Decimal 50 104 252 0.80 0.59 0 0.01 223.96 0.97 0.59
Hex 32 68 FC 50 3B 0 1 E0 61 3B
Octal 62 150 374 120 73 0 1 340 141 73
Binary 110010 1101000 11111100 1010000 111011 0 1 11100000 1100001 111011

Color Harmonies of #3268FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3268FC

Black with #3268FC

Text Example


Text Example

White with #3268FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3268FC; }

 p { color: rgb(50,104,252); }

 H1.HeaderClassName
 {
   color: #3268FC;
 }
 .AnyTagClassName
 {
   color: #3268FC;
 }
</style>

background-color css

<style>
 a { background-color: #3268FC; }

 a { background-color: rgb(50,104,252); }

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

border-color css

<style>
 span { border-color: #3268FC; }

 span { border-color: rgb(50,104,252); }

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