#306FD8

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

Shades of Royal Blue #306FD8

Tints of Royal Blue #306FD8

Color information

#306FD8 (or 0x306FD8) is unknown color: approx Royal Blue. HEX triplet: 30, 6F and D8. RGB value is (48,111,216). Sum of RGB (Red+Green+Blue) = 48+111+216=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 216 (84.77% from 255 or 57.6% from 375); Max value from RGB is 216 - color contains mainly: blue. Hex color #306FD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306FD8 is #CF9027. Grayscale: #676767. Windows color (decimal): -13602856 or 14184240. OLE color: 14184240.

HSL color Cylindrical-coordinate representation of color #306FD8: hue angle of 217.5º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #306FD8 is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB48111216-
CMYK0.780.4900.15
HSL217.5º68.29%51.76%-
HSV(B)217.5º77.78%84.71%-
XYZ19.316.9667.22-
YUV104.13191.1387.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.8%
GREEN value IS 111 (43.75% from 255) = 29.6%
BLUE value IS 216 (84.77% from 255) = 57.6%
R=12.8%
G=29.6%
B=57.6%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal481112160.780.4900.15217.568.2951.76
Hex306FD84E310Fda4434
Octal601573301166101733210464
Binary110000110111111011000100111011000101111110110101000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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