#307FB9

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

Shades of Curious Blue #307FB9

Tints of Curious Blue #307FB9

Color information

#307FB9 (or 0x307FB9) is unknown color: approx Curious Blue. HEX triplet: 30, 7F and B9. RGB value is (48,127,185). Sum of RGB (Red+Green+Blue) = 48+127+185=360 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.33% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 185 (72.66% from 255 or 51.39% from 360); Max value from RGB is 185 - color contains mainly: blue. Hex color #307FB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307FB9 is #CF8046. Grayscale: #6D6D6D. Windows color (decimal): -13598791 or 12156720. OLE color: 12156720.

HSL color Cylindrical-coordinate representation of color #307FB9: hue angle of 205.4º 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 #307FB9 is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB48127185-
CMYK0.740.3100.27
HSL205.4º58.8%45.69%-
HSV(B)205.4º74.05%72.55%-
XYZ17.5719.3148.7-
YUV109.99170.3383.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.33%
GREEN value IS 127 (50% from 255) = 35.28%
BLUE value IS 185 (72.66% from 255) = 51.39%
R=13.33%
G=35.28%
B=51.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481271850.740.3100.27205.458.845.69
Hex307FB94A1F01Bcd3b2e
Octal60177271112370333157356
Binary11000011111111011100110010101111101101111001101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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