#3360BC

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

Shades of Cerulean Blue #3360BC

Tints of Cerulean Blue #3360BC

Color information

#3360BC (or 0x3360BC) is unknown color: approx Cerulean Blue. HEX triplet: 33, 60 and BC. RGB value is (51,96,188). Sum of RGB (Red+Green+Blue) = 51+96+188=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #3360BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3360BC is #CC9F43. Grayscale: #5C5C5C. Windows color (decimal): -13410116 or 12345395. OLE color: 12345395.

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

Color convert

RGB5196188-
CMYK0.730.4900.26
HSL220.29º57.32%46.86%-
HSV(B)220.29º72.87%73.73%-
XYZ14.6312.749.26-
YUV93.03181.5998.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.22%
GREEN value IS 96 (37.89% from 255) = 28.66%
BLUE value IS 188 (73.83% from 255) = 56.12%
R=15.22%
G=28.66%
B=56.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51961880.730.4900.26220.2957.3246.86
Hex3360BC493101Adc392f
Octal63140274111610323347157
Binary110011110000010111100100100111000101101011011100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3360BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3360BC; }

 p { color: rgb(51,96,188); }

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

<style>
 a { background-color: #3360BC; }

 a { background-color: rgb(51,96,188); }

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

<style>
 span { border-color: #3360BC; }

 span { border-color: rgb(51,96,188); }

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