#305AAD

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

Shades of Cerulean Blue #305AAD

Tints of Cerulean Blue #305AAD

Color information

#305AAD (or 0x305AAD) is unknown color: approx Cerulean Blue. HEX triplet: 30, 5A and AD. RGB value is (48,90,173). Sum of RGB (Red+Green+Blue) = 48+90+173=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #305AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305AAD is #CFA552. Grayscale: #565656. Windows color (decimal): -13608275 or 11360816. OLE color: 11360816.

HSL color Cylindrical-coordinate representation of color #305AAD: hue angle of 219.84º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #305AAD is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4890173-
CMYK0.720.4800.32
HSL219.84º56.56%43.33%-
HSV(B)219.84º72.25%67.84%-
XYZ12.4210.9641-
YUV86.9176.59100.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.43%
GREEN value IS 90 (35.55% from 255) = 28.94%
BLUE value IS 173 (67.97% from 255) = 55.63%
R=15.43%
G=28.94%
B=55.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal48901730.720.4800.32219.8456.5643.33
Hex305AAD4830020dc392b
Octal60132255110600403347153
Binary1100001011010101011011001000110000010000011011100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,90,173); }

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

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

 a { background-color: rgb(48,90,173); }

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

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

 span { border-color: rgb(48,90,173); }

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