#3267FF

Color #3267FF Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #3267FF

Tints of Royal Blue #3267FF

Color information

#3267FF (or 0x3267FF) is unknown color: approx Royal Blue. HEX triplet: 32, 67 and FF. RGB value is (50,103,255). Sum of RGB (Red+Green+Blue) = 50+103+255=408 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.25% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #3267FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3267FF is #CD9800. Grayscale: #676767. Windows color (decimal): -13473793 or 16738098. OLE color: 16738098.

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

Color convert

RGB50103255-
CMYK0.800.6000
HSL224.49º100%59.8%-
HSV(B)224.49º80.39%100%-
XYZ24.2217.696.73-
YUV104.48212.9489.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.25%
GREEN value IS 103 (40.62% from 255) = 25.25%
BLUE value IS 255 (100% from 255) = 62.5%
R=12.25%
G=25.25%
B=62.5%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal501032550.800.6000224.4910059.8
Hex3267FF503C00e0643c
Octal62147377120740034014474
Binary110010110011111111111101000011110000111000001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3267FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3267FF; }

 p { color: rgb(50,103,255); }

 H1.HeaderClassName
 {
   color: #3267FF;
 }
 .AnyTagClassName
 {
   color: #3267FF;
 }
</style>
background-color css

<style>
 a { background-color: #3267FF; }

 a { background-color: rgb(50,103,255); }

 div.DivClassName
 {
   background-color: #3267FF;
 }
 .BgClassName
 {
   background-color: #3267FF;
 }
</style>
border-color css

<style>
 span { border-color: #3267FF; }

 span { border-color: rgb(50,103,255); }

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