#3362BA

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

Shades of Cerulean Blue #3362BA

Tints of Cerulean Blue #3362BA

Color information

#3362BA (or 0x3362BA) is unknown color: approx Cerulean Blue. HEX triplet: 33, 62 and BA. RGB value is (51,98,186). Sum of RGB (Red+Green+Blue) = 51+98+186=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #3362BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3362BA is #CC9D45. Grayscale: #5D5D5D. Windows color (decimal): -13409606 or 12214835. OLE color: 12214835.

HSL color Cylindrical-coordinate representation of color #3362BA: hue angle of 219.11º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3362BA is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5198186-
CMYK0.730.4700.27
HSL219.11º56.96%46.47%-
HSV(B)219.11º72.58%72.94%-
XYZ14.612.9848.19-
YUV93.98179.9397.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.22%
GREEN value IS 98 (38.67% from 255) = 29.25%
BLUE value IS 186 (73.05% from 255) = 55.52%
R=15.22%
G=29.25%
B=55.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51981860.730.4700.27219.1156.9646.47
Hex3362BA492F01Bdb392e
Octal63142272111570333337156
Binary110011110001010111010100100110111101101111011011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3362BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3362BA; }

 p { color: rgb(51,98,186); }

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

<style>
 a { background-color: #3362BA; }

 a { background-color: rgb(51,98,186); }

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

<style>
 span { border-color: #3362BA; }

 span { border-color: rgb(51,98,186); }

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