#305EAE

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

Shades of Cerulean Blue #305EAE

Tints of Cerulean Blue #305EAE

Color information

#305EAE (or 0x305EAE) is unknown color: approx Cerulean Blue. HEX triplet: 30, 5E and AE. RGB value is (48,94,174). Sum of RGB (Red+Green+Blue) = 48+94+174=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 174 (68.36% from 255 or 55.06% from 316); Max value from RGB is 174 - color contains mainly: blue. Hex color #305EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305EAE is #CFA151. Grayscale: #585858. Windows color (decimal): -13607250 or 11427376. OLE color: 11427376.

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

Color convert

RGB4894174-
CMYK0.720.4600.32
HSL218.1º56.76%43.53%-
HSV(B)218.1º72.41%68.24%-
XYZ12.8611.6941.62-
YUV89.37175.7698.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.19%
GREEN value IS 94 (37.11% from 255) = 29.75%
BLUE value IS 174 (68.36% from 255) = 55.06%
R=15.19%
G=29.75%
B=55.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal48941740.720.4600.32218.156.7643.53
Hex305EAE482E020da392c
Octal60136256110560403327154
Binary1100001011110101011101001000101110010000011011010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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