#306FBF

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

Shades of Curious Blue #306FBF

Tints of Curious Blue #306FBF

Color information

#306FBF (or 0x306FBF) is unknown color: approx Curious Blue. HEX triplet: 30, 6F and BF. RGB value is (48,111,191). Sum of RGB (Red+Green+Blue) = 48+111+191=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #306FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306FBF is #CF9040. Grayscale: #646464. Windows color (decimal): -13602881 or 12545840. OLE color: 12545840.

HSL color Cylindrical-coordinate representation of color #306FBF: hue angle of 213.57º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #306FBF is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB48111191-
CMYK0.750.4200.25
HSL213.57º59.83%46.86%-
HSV(B)213.57º74.87%74.9%-
XYZ16.3115.7651.47-
YUV101.28178.6390-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.71%
GREEN value IS 111 (43.75% from 255) = 31.71%
BLUE value IS 191 (75% from 255) = 54.57%
R=13.71%
G=31.71%
B=54.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481111910.750.4200.25213.5759.8346.86
Hex306FBF4B2A019d63c2f
Octal60157277113520313267457
Binary110000110111110111111100101110101001100111010110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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