#3348C6

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

Shades of Cerulean Blue #3348C6

Tints of Cerulean Blue #3348C6

Color information

#3348C6 (or 0x3348C6) is unknown color: approx Cerulean Blue. HEX triplet: 33, 48 and C6. RGB value is (51,72,198). Sum of RGB (Red+Green+Blue) = 51+72+198=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 198 (77.73% from 255 or 61.68% from 321); Max value from RGB is 198 - color contains mainly: blue. Hex color #3348C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3348C6 is #CCB739. Grayscale: #4F4F4F. Windows color (decimal): -13416250 or 12994611. OLE color: 12994611.

HSL color Cylindrical-coordinate representation of color #3348C6: hue angle of 231.43º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3348C6 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5172198-
CMYK0.740.6400.22
HSL231.43º59.04%48.82%-
HSV(B)231.43º74.24%77.65%-
XYZ13.889.4254.51-
YUV80.08194.54107.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.89%
GREEN value IS 72 (28.52% from 255) = 22.43%
BLUE value IS 198 (77.73% from 255) = 61.68%
R=15.89%
G=22.43%
B=61.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal51721980.740.6400.22231.4359.0448.82
Hex3348C64A40016e73b31
Octal631103061121000263477361
Binary1100111001000110001101001010100000001011011100111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3348C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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