#3348BA

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

Shades of Cerulean Blue #3348BA

Tints of Cerulean Blue #3348BA

Color information

#3348BA (or 0x3348BA) is unknown color: approx Cerulean Blue. HEX triplet: 33, 48 and BA. RGB value is (51,72,186). Sum of RGB (Red+Green+Blue) = 51+72+186=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #3348BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3348BA is #CCB745. Grayscale: #4E4E4E. Windows color (decimal): -13416262 or 12208179. OLE color: 12208179.

HSL color Cylindrical-coordinate representation of color #3348BA: hue angle of 230.67º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3348BA is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5172186-
CMYK0.730.6100.27
HSL230.67º56.96%46.47%-
HSV(B)230.67º72.58%72.94%-
XYZ12.558.8847.51-
YUV78.72188.54108.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.50%
GREEN value IS 72 (28.52% from 255) = 23.30%
BLUE value IS 186 (73.05% from 255) = 60.19%
R=16.50%
G=23.30%
B=60.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51721860.730.6100.27230.6756.9646.47
Hex3348BA493D01Be7392e
Octal63110272111750333477156
Binary110011100100010111010100100111110101101111100111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3348BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3348BA; }

 p { color: rgb(51,72,186); }

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

<style>
 a { background-color: #3348BA; }

 a { background-color: rgb(51,72,186); }

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

<style>
 span { border-color: #3348BA; }

 span { border-color: rgb(51,72,186); }

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