#307BAF

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

Shades of Curious Blue #307BAF

Tints of Curious Blue #307BAF

Color information

#307BAF (or 0x307BAF) is unknown color: approx Curious Blue. HEX triplet: 30, 7B and AF. RGB value is (48,123,175). Sum of RGB (Red+Green+Blue) = 48+123+175=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #307BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307BAF is #CF8450. Grayscale: #6A6A6A. Windows color (decimal): -13599825 or 11500336. OLE color: 11500336.

HSL color Cylindrical-coordinate representation of color #307BAF: hue angle of 204.57º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #307BAF is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB48123175-
CMYK0.730.3000.31
HSL204.57º56.95%43.73%-
HSV(B)204.57º72.57%68.63%-
XYZ16.0417.8943.17-
YUV106.5166.6586.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.87%
GREEN value IS 123 (48.44% from 255) = 35.55%
BLUE value IS 175 (68.75% from 255) = 50.58%
R=13.87%
G=35.55%
B=50.58%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal481231750.730.3000.31204.5756.9543.73
Hex307BAF491E01Fcd392c
Octal60173257111360373157154
Binary11000011110111010111110010011111001111111001101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,123,175); }

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

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

 a { background-color: rgb(48,123,175); }

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

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

 span { border-color: rgb(48,123,175); }

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