#307EB6

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

Shades of Curious Blue #307EB6

Tints of Curious Blue #307EB6

Color information

#307EB6 (or 0x307EB6) is unknown color: approx Curious Blue. HEX triplet: 30, 7E and B6. RGB value is (48,126,182). Sum of RGB (Red+Green+Blue) = 48+126+182=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 182 (71.48% from 255 or 51.12% from 356); Max value from RGB is 182 - color contains mainly: blue. Hex color #307EB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307EB6 is #CF8149. Grayscale: #6C6C6C. Windows color (decimal): -13599050 or 11959856. OLE color: 11959856.

HSL color Cylindrical-coordinate representation of color #307EB6: hue angle of 205.07º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #307EB6 is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB48126182-
CMYK0.740.3100.29
HSL205.07º58.26%45.1%-
HSV(B)205.07º73.63%71.37%-
XYZ17.1218.9347.01-
YUV109.06169.1684.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.48%
GREEN value IS 126 (49.61% from 255) = 35.39%
BLUE value IS 182 (71.48% from 255) = 51.12%
R=13.48%
G=35.39%
B=51.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal481261820.740.3100.29205.0758.2645.1
Hex307EB64A1F01Dcd3a2d
Octal60176266112370353157255
Binary11000011111101011011010010101111101110111001101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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