#307dae

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

Shades of Curious Blue #307DAE

Tints of Curious Blue #307DAE

Color information

#307DAE (or 0x307DAE) is unknown color: approx Curious Blue. HEX triplet: 30, 7D and AE. RGB value is (48,125,174). Sum of RGB (Red+Green+Blue) = 48+125+174=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #307DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307DAE is #CF8251. Grayscale: #6B6B6B. Windows color (decimal): -13599314 or 11435312. OLE color: 11435312.

HSL color Cylindrical-coordinate representation of color #307DAE: hue angle of 203.33º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #307DAE is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB48125174-
CMYK0.720.2800.32
HSL203.33º56.76%43.53%-
HSV(B)203.33º72.41%68.24%-
XYZ16.1918.3542.73-
YUV107.56165.4985.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.83%
GREEN value IS 125 (49.22% from 255) = 36.02%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=13.83%
G=36.02%
B=50.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal481251740.720.2800.32203.3356.7643.53
Hex307DAE481C020cb392c
Octal60175256110340403137154
Binary110000111110110101110100100011100010000011001011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307dae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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