#305DC3

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

Shades of Cerulean Blue #305DC3

Tints of Cerulean Blue #305DC3

Color information

#305DC3 (or 0x305DC3) is unknown color: approx Cerulean Blue. HEX triplet: 30, 5D and C3. RGB value is (48,93,195). Sum of RGB (Red+Green+Blue) = 48+93+195=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 195 (76.56% from 255 or 58.04% from 336); Max value from RGB is 195 - color contains mainly: blue. Hex color #305DC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305DC3 is #CFA23C. Grayscale: #5A5A5A. Windows color (decimal): -13607485 or 12803376. OLE color: 12803376.

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

Color convert

RGB4893195-
CMYK0.750.5200.24
HSL221.63º60.49%47.65%-
HSV(B)221.63º75.38%76.47%-
XYZ14.9812.453.23-
YUV91.17186.5997.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.29%
GREEN value IS 93 (36.72% from 255) = 27.68%
BLUE value IS 195 (76.56% from 255) = 58.04%
R=14.29%
G=27.68%
B=58.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal48931950.750.5200.24221.6360.4947.65
Hex305DC34B34018de3c30
Octal60135303113640303367460
Binary110000101110111000011100101111010001100011011110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,93,195); }

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

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

 a { background-color: rgb(48,93,195); }

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

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

 span { border-color: rgb(48,93,195); }

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