#3348AA

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

Shades of Cerulean Blue #3348AA

Tints of Cerulean Blue #3348AA

Color information

#3348AA (or 0x3348AA) is unknown color: approx Cerulean Blue. HEX triplet: 33, 48 and AA. RGB value is (51,72,170). Sum of RGB (Red+Green+Blue) = 51+72+170=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #3348AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3348AA is #CCB755. Grayscale: #4C4C4C. Windows color (decimal): -13416278 or 11159603. OLE color: 11159603.

HSL color Cylindrical-coordinate representation of color #3348AA: hue angle of 229.41º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3348AA is Cyan = 0.7, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5172170-
CMYK0.70.5800.33
HSL229.41º53.85%43.33%-
HSV(B)229.41º70%66.67%-
XYZ10.948.2439.04-
YUV76.89180.54109.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.41%
GREEN value IS 72 (28.52% from 255) = 24.57%
BLUE value IS 170 (66.80% from 255) = 58.02%
R=17.41%
G=24.57%
B=58.02%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51721700.70.5800.33229.4153.8543.33
Hex3348AA463A021e5362b
Octal63110252106720413456653
Binary1100111001000101010101000110111010010000111100101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3348AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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