#3348AD

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

Shades of Cerulean Blue #3348AD

Tints of Cerulean Blue #3348AD

Color information

#3348AD (or 0x3348AD) is unknown color: approx Cerulean Blue. HEX triplet: 33, 48 and AD. RGB value is (51,72,173). Sum of RGB (Red+Green+Blue) = 51+72+173=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #3348AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3348AD is #CCB752. Grayscale: #4C4C4C. Windows color (decimal): -13416275 or 11356211. OLE color: 11356211.

HSL color Cylindrical-coordinate representation of color #3348AD: hue angle of 229.67º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3348AD is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5172173-
CMYK0.710.5800.32
HSL229.67º54.46%43.92%-
HSV(B)229.67º70.52%67.84%-
XYZ11.238.3640.56-
YUV77.23182.04109.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.23%
GREEN value IS 72 (28.52% from 255) = 24.32%
BLUE value IS 173 (67.97% from 255) = 58.45%
R=17.23%
G=24.32%
B=58.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal51721730.710.5800.32229.6754.4643.92
Hex3348AD473A020e6362c
Octal63110255107720403466654
Binary1100111001000101011011000111111010010000011100110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3348AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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