#3348BD

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

Shades of Cerulean Blue #3348BD

Tints of Cerulean Blue #3348BD

Color information

#3348BD (or 0x3348BD) is unknown color: approx Cerulean Blue. HEX triplet: 33, 48 and BD. RGB value is (51,72,189). Sum of RGB (Red+Green+Blue) = 51+72+189=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 189 (74.22% from 255 or 60.58% from 312); Max value from RGB is 189 - color contains mainly: blue. Hex color #3348BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3348BD is #CCB742. Grayscale: #4E4E4E. Windows color (decimal): -13416259 or 12404787. OLE color: 12404787.

HSL color Cylindrical-coordinate representation of color #3348BD: hue angle of 230.87º 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 #3348BD is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5172189-
CMYK0.730.6200.26
HSL230.87º57.5%47.06%-
HSV(B)230.87º73.02%74.12%-
XYZ12.879.0149.21-
YUV79.06190.04107.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.35%
GREEN value IS 72 (28.52% from 255) = 23.08%
BLUE value IS 189 (74.22% from 255) = 60.58%
R=16.35%
G=23.08%
B=60.58%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51721890.730.6200.26230.8757.547.06
Hex3348BD493E01Ae73a2f
Octal63110275111760323477257
Binary110011100100010111101100100111111001101011100111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3348BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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