#306FCA

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

Shades of Royal Blue #306FCA

Tints of Royal Blue #306FCA

Color information

#306FCA (or 0x306FCA) is unknown color: approx Royal Blue. HEX triplet: 30, 6F and CA. RGB value is (48,111,202). Sum of RGB (Red+Green+Blue) = 48+111+202=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 202 (79.30% from 255 or 55.96% from 361); Max value from RGB is 202 - color contains mainly: blue. Hex color #306FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306FCA is #CF9035. Grayscale: #666666. Windows color (decimal): -13602870 or 13266736. OLE color: 13266736.

HSL color Cylindrical-coordinate representation of color #306FCA: hue angle of 215.45º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #306FCA is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB48111202-
CMYK0.760.4500.21
HSL215.45º61.6%49.02%-
HSV(B)215.45º76.24%79.22%-
XYZ17.5616.2658.09-
YUV102.54184.1389.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.30%
GREEN value IS 111 (43.75% from 255) = 30.75%
BLUE value IS 202 (79.30% from 255) = 55.96%
R=13.30%
G=30.75%
B=55.96%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal481112020.760.4500.21215.4561.649.02
Hex306FCA4C2D015d73e31
Octal60157312114550253277661
Binary110000110111111001010100110010110101010111010111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,111,202); }

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

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

 a { background-color: rgb(48,111,202); }

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

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

 span { border-color: rgb(48,111,202); }

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