#305EB3

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

Shades of Cerulean Blue #305EB3

Tints of Cerulean Blue #305EB3

Color information

#305EB3 (or 0x305EB3) is unknown color: approx Cerulean Blue. HEX triplet: 30, 5E and B3. RGB value is (48,94,179). Sum of RGB (Red+Green+Blue) = 48+94+179=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 179 (70.31% from 255 or 55.76% from 321); Max value from RGB is 179 - color contains mainly: blue. Hex color #305EB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305EB3 is #CFA14C. Grayscale: #595959. Windows color (decimal): -13607245 or 11755056. OLE color: 11755056.

HSL color Cylindrical-coordinate representation of color #305EB3: hue angle of 218.93º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #305EB3 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4894179-
CMYK0.730.4700.30
HSL218.93º57.71%44.51%-
HSV(B)218.93º73.18%70.2%-
XYZ13.3611.8944.24-
YUV89.94178.2698.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.95%
GREEN value IS 94 (37.11% from 255) = 29.28%
BLUE value IS 179 (70.31% from 255) = 55.76%
R=14.95%
G=29.28%
B=55.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal48941790.730.4700.30218.9357.7144.51
Hex305EB3492F01Edb3a2d
Octal60136263111570363337255
Binary110000101111010110011100100110111101111011011011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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