#306BF3

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

Shades of Royal Blue #306BF3

Tints of Royal Blue #306BF3

Color information

#306BF3 (or 0x306BF3) is unknown color: approx Royal Blue. HEX triplet: 30, 6B and F3. RGB value is (48,107,243). Sum of RGB (Red+Green+Blue) = 48+107+243=398 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.06% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 243 (95.31% from 255 or 61.06% from 398); Max value from RGB is 243 - color contains mainly: blue. Hex color #306BF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306BF3 is #CF940C. Grayscale: #686868. Windows color (decimal): -13603853 or 15952688. OLE color: 15952688.

HSL color Cylindrical-coordinate representation of color #306BF3: hue angle of 221.85º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #306BF3 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB48107243-
CMYK0.800.5600.05
HSL221.85º89.04%57.06%-
HSV(B)221.85º80.25%95.29%-
XYZ22.6517.6187-
YUV104.86205.9587.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.06%
GREEN value IS 107 (42.19% from 255) = 26.88%
BLUE value IS 243 (95.31% from 255) = 61.06%
R=12.06%
G=26.88%
B=61.06%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal481072430.800.5600.05221.8589.0457.06
Hex306BF3503805de5939
Octal60153363120700533613171
Binary11000011010111111001110100001110000101110111101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306BF3; }

 p { color: rgb(48,107,243); }

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

<style>
 a { background-color: #306BF3; }

 a { background-color: rgb(48,107,243); }

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

<style>
 span { border-color: #306BF3; }

 span { border-color: rgb(48,107,243); }

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