#307EB9

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

Shades of Curious Blue #307EB9

Tints of Curious Blue #307EB9

Color information

#307EB9 (or 0x307EB9) is unknown color: approx Curious Blue. HEX triplet: 30, 7E and B9. RGB value is (48,126,185). Sum of RGB (Red+Green+Blue) = 48+126+185=359 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.37% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 185 (72.66% from 255 or 51.53% from 359); Max value from RGB is 185 - color contains mainly: blue. Hex color #307EB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307EB9 is #CF8146. Grayscale: #6D6D6D. Windows color (decimal): -13599047 or 12156464. OLE color: 12156464.

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

Color convert

RGB48126185-
CMYK0.740.3200.27
HSL205.84º58.8%45.69%-
HSV(B)205.84º74.05%72.55%-
XYZ17.4419.0548.66-
YUV109.4170.6684.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.37%
GREEN value IS 126 (49.61% from 255) = 35.10%
BLUE value IS 185 (72.66% from 255) = 51.53%
R=13.37%
G=35.10%
B=51.53%

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
Decimal481261850.740.3200.27205.8458.845.69
Hex307EB94A2001Bce3b2e
Octal60176271112400333167356
Binary110000111111010111001100101010000001101111001110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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