#3348BE

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

Shades of Cerulean Blue #3348BE

Tints of Cerulean Blue #3348BE

Color information

#3348BE (or 0x3348BE) is unknown color: approx Cerulean Blue. HEX triplet: 33, 48 and BE. RGB value is (51,72,190). Sum of RGB (Red+Green+Blue) = 51+72+190=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #3348BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3348BE is #CCB741. Grayscale: #4E4E4E. Windows color (decimal): -13416258 or 12470323. OLE color: 12470323.

HSL color Cylindrical-coordinate representation of color #3348BE: hue angle of 230.94º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3348BE is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5172190-
CMYK0.730.6200.25
HSL230.94º57.68%47.25%-
HSV(B)230.94º73.16%74.51%-
XYZ12.989.0649.78-
YUV79.17190.54107.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.29%
GREEN value IS 72 (28.52% from 255) = 23.00%
BLUE value IS 190 (74.61% from 255) = 60.70%
R=16.29%
G=23.00%
B=60.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51721900.730.6200.25230.9457.6847.25
Hex3348BE493E019e73a2f
Octal63110276111760313477257
Binary110011100100010111110100100111111001100111100111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3348BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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