#307EBF

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

Shades of Curious Blue #307EBF

Tints of Curious Blue #307EBF

Color information

#307EBF (or 0x307EBF) is unknown color: approx Curious Blue. HEX triplet: 30, 7E and BF. RGB value is (48,126,191). Sum of RGB (Red+Green+Blue) = 48+126+191=365 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.15% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #307EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307EBF is #CF8140. Grayscale: #6D6D6D. Windows color (decimal): -13599041 or 12549680. OLE color: 12549680.

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

Color convert

RGB48126191-
CMYK0.750.3400.25
HSL207.27º59.83%46.86%-
HSV(B)207.27º74.87%74.9%-
XYZ18.0819.3152.06-
YUV110.09173.6683.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.15%
GREEN value IS 126 (49.61% from 255) = 34.52%
BLUE value IS 191 (75% from 255) = 52.33%
R=13.15%
G=34.52%
B=52.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481261910.750.3400.25207.2759.8346.86
Hex307EBF4B22019cf3c2f
Octal60176277113420313177457
Binary110000111111010111111100101110001001100111001111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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