#306ACF

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

Shades of Royal Blue #306ACF

Tints of Royal Blue #306ACF

Color information

#306ACF (or 0x306ACF) is unknown color: approx Royal Blue. HEX triplet: 30, 6A and CF. RGB value is (48,106,207). Sum of RGB (Red+Green+Blue) = 48+106+207=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #306ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306ACF is #CF9530. Grayscale: #636363. Windows color (decimal): -13604145 or 13593136. OLE color: 13593136.

HSL color Cylindrical-coordinate representation of color #306ACF: hue angle of 218.11º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #306ACF is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB48106207-
CMYK0.770.4900.19
HSL218.11º62.35%50%-
HSV(B)218.11º76.81%81.18%-
XYZ17.6415.4461.08-
YUV100.17188.2890.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.30%
GREEN value IS 106 (41.80% from 255) = 29.36%
BLUE value IS 207 (81.25% from 255) = 57.34%
R=13.30%
G=29.36%
B=57.34%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal481062070.770.4900.19218.1162.3550
Hex306ACF4D31013da3e32
Octal60152317115610233327662
Binary110000110101011001111100110111000101001111011010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,106,207); }

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

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

 a { background-color: rgb(48,106,207); }

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

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

 span { border-color: rgb(48,106,207); }

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