#307DBF

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

Shades of Curious Blue #307DBF

Tints of Curious Blue #307DBF

Color information

#307DBF (or 0x307DBF) is unknown color: approx Curious Blue. HEX triplet: 30, 7D and BF. RGB value is (48,125,191). Sum of RGB (Red+Green+Blue) = 48+125+191=364 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.19% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #307DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307DBF is #CF8240. Grayscale: #6D6D6D. Windows color (decimal): -13599297 or 12549424. OLE color: 12549424.

HSL color Cylindrical-coordinate representation of color #307DBF: hue angle of 207.69º 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 #307DBF is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB48125191-
CMYK0.750.3500.25
HSL207.69º59.83%46.86%-
HSV(B)207.69º74.87%74.9%-
XYZ17.9619.0652.02-
YUV109.5173.9984.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.19%
GREEN value IS 125 (49.22% from 255) = 34.34%
BLUE value IS 191 (75% from 255) = 52.47%
R=13.19%
G=34.34%
B=52.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481251910.750.3500.25207.6959.8346.86
Hex307DBF4B23019d03c2f
Octal60175277113430313207457
Binary110000111110110111111100101110001101100111010000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307DBF; }

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

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

<style>
 a { background-color: #307DBF; }

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

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

<style>
 span { border-color: #307DBF; }

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

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