#307FAE

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

Shades of Curious Blue #307FAE

Tints of Curious Blue #307FAE

Color information

#307FAE (or 0x307FAE) is unknown color: approx Curious Blue. HEX triplet: 30, 7F and AE. RGB value is (48,127,174). Sum of RGB (Red+Green+Blue) = 48+127+174=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #307FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307FAE is #CF8051. Grayscale: #6C6C6C. Windows color (decimal): -13598802 or 11435824. OLE color: 11435824.

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

Color convert

RGB48127174-
CMYK0.720.2700.32
HSL202.38º56.76%43.53%-
HSV(B)202.38º72.41%68.24%-
XYZ16.4518.8642.82-
YUV108.74164.8384.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.75%
GREEN value IS 127 (50% from 255) = 36.39%
BLUE value IS 174 (68.36% from 255) = 49.86%
R=13.75%
G=36.39%
B=49.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal481271740.720.2700.32202.3856.7643.53
Hex307FAE481B020ca392c
Octal60177256110330403127154
Binary110000111111110101110100100011011010000011001010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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