#307AAF

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

Shades of Curious Blue #307AAF

Tints of Curious Blue #307AAF

Color information

#307AAF (or 0x307AAF) is unknown color: approx Curious Blue. HEX triplet: 30, 7A and AF. RGB value is (48,122,175). Sum of RGB (Red+Green+Blue) = 48+122+175=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #307AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307AAF is #CF8550. Grayscale: #696969. Windows color (decimal): -13600081 or 11500080. OLE color: 11500080.

HSL color Cylindrical-coordinate representation of color #307AAF: hue angle of 205.04º 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 #307AAF is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB48122175-
CMYK0.730.3000.31
HSL205.04º56.95%43.73%-
HSV(B)205.04º72.57%68.63%-
XYZ15.9217.6443.12-
YUV105.92166.9886.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.91%
GREEN value IS 122 (48.05% from 255) = 35.36%
BLUE value IS 175 (68.75% from 255) = 50.72%
R=13.91%
G=35.36%
B=50.72%

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
Decimal481221750.730.3000.31205.0456.9543.73
Hex307AAF491E01Fcd392c
Octal60172257111360373157154
Binary11000011110101010111110010011111001111111001101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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