#305EC1

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

Shades of Cerulean Blue #305EC1

Tints of Cerulean Blue #305EC1

Color information

#305EC1 (or 0x305EC1) is unknown color: approx Cerulean Blue. HEX triplet: 30, 5E and C1. RGB value is (48,94,193). Sum of RGB (Red+Green+Blue) = 48+94+193=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 193 (75.78% from 255 or 57.61% from 335); Max value from RGB is 193 - color contains mainly: blue. Hex color #305EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305EC1 is #CFA13E. Grayscale: #5B5B5B. Windows color (decimal): -13607231 or 12672560. OLE color: 12672560.

HSL color Cylindrical-coordinate representation of color #305EC1: hue angle of 220.97º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #305EC1 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4894193-
CMYK0.750.5100.24
HSL220.97º60.17%47.25%-
HSV(B)220.97º75.13%75.69%-
XYZ14.8512.4852.08-
YUV91.53185.2696.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.33%
GREEN value IS 94 (37.11% from 255) = 28.06%
BLUE value IS 193 (75.78% from 255) = 57.61%
R=14.33%
G=28.06%
B=57.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal48941930.750.5100.24220.9760.1747.25
Hex305EC14B33018dd3c2f
Octal60136301113630303357457
Binary110000101111011000001100101111001101100011011101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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