#3349BC

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

Shades of Cerulean Blue #3349BC

Tints of Cerulean Blue #3349BC

Color information

#3349BC (or 0x3349BC) is unknown color: approx Cerulean Blue. HEX triplet: 33, 49 and BC. RGB value is (51,73,188). Sum of RGB (Red+Green+Blue) = 51+73+188=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #3349BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3349BC is #CCB643. Grayscale: #4F4F4F. Windows color (decimal): -13416004 or 12339507. OLE color: 12339507.

HSL color Cylindrical-coordinate representation of color #3349BC: hue angle of 230.36º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3349BC is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5173188-
CMYK0.730.6100.26
HSL230.36º57.32%46.86%-
HSV(B)230.36º72.87%73.73%-
XYZ12.829.148.66-
YUV79.53189.21107.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.35%
GREEN value IS 73 (28.91% from 255) = 23.40%
BLUE value IS 188 (73.83% from 255) = 60.26%
R=16.35%
G=23.40%
B=60.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51731880.730.6100.26230.3657.3246.86
Hex3349BC493D01Ae6392f
Octal63111274111750323467157
Binary110011100100110111100100100111110101101011100110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3349BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3349BC; }

 p { color: rgb(51,73,188); }

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

<style>
 a { background-color: #3349BC; }

 a { background-color: rgb(51,73,188); }

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

<style>
 span { border-color: #3349BC; }

 span { border-color: rgb(51,73,188); }

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