#307DB9

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

Shades of Curious Blue #307DB9

Tints of Curious Blue #307DB9

Color information

#307DB9 (or 0x307DB9) is unknown color: approx Curious Blue. HEX triplet: 30, 7D and B9. RGB value is (48,125,185). Sum of RGB (Red+Green+Blue) = 48+125+185=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 185 (72.66% from 255 or 51.68% from 358); Max value from RGB is 185 - color contains mainly: blue. Hex color #307DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307DB9 is #CF8246. Grayscale: #6C6C6C. Windows color (decimal): -13599303 or 12156208. OLE color: 12156208.

HSL color Cylindrical-coordinate representation of color #307DB9: hue angle of 206.28º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #307DB9 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB48125185-
CMYK0.740.3200.27
HSL206.28º58.8%45.69%-
HSV(B)206.28º74.05%72.55%-
XYZ17.3118.848.62-
YUV108.82170.9984.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.41%
GREEN value IS 125 (49.22% from 255) = 34.92%
BLUE value IS 185 (72.66% from 255) = 51.68%
R=13.41%
G=34.92%
B=51.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481251850.740.3200.27206.2858.845.69
Hex307DB94A2001Bce3b2e
Octal60175271112400333167356
Binary110000111110110111001100101010000001101111001110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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