#305FAE

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

Shades of Cerulean Blue #305FAE

Tints of Cerulean Blue #305FAE

Color information

#305FAE (or 0x305FAE) is unknown color: approx Cerulean Blue. HEX triplet: 30, 5F and AE. RGB value is (48,95,174). Sum of RGB (Red+Green+Blue) = 48+95+174=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #305FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305FAE is #CFA051. Grayscale: #595959. Windows color (decimal): -13606994 or 11427632. OLE color: 11427632.

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

Color convert

RGB4895174-
CMYK0.720.4500.32
HSL217.62º56.76%43.53%-
HSV(B)217.62º72.41%68.24%-
XYZ12.9511.8741.65-
YUV89.95175.4398.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.14%
GREEN value IS 95 (37.5% from 255) = 29.97%
BLUE value IS 174 (68.36% from 255) = 54.89%
R=15.14%
G=29.97%
B=54.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal48951740.720.4500.32217.6256.7643.53
Hex305FAE482D020da392c
Octal60137256110550403327154
Binary1100001011111101011101001000101101010000011011010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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