#3355B3

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

Shades of Cerulean Blue #3355B3

Tints of Cerulean Blue #3355B3

Color information

#3355B3 (or 0x3355B3) is unknown color: approx Cerulean Blue. HEX triplet: 33, 55 and B3. RGB value is (51,85,179). Sum of RGB (Red+Green+Blue) = 51+85+179=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 179 (70.31% from 255 or 56.83% from 315); Max value from RGB is 179 - color contains mainly: blue. Hex color #3355B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3355B3 is #CCAA4C. Grayscale: #555555. Windows color (decimal): -13412941 or 11752755. OLE color: 11752755.

HSL color Cylindrical-coordinate representation of color #3355B3: hue angle of 224.06º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3355B3 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5185179-
CMYK0.720.5300.30
HSL224.06º55.65%45.1%-
HSV(B)224.06º71.51%70.2%-
XYZ12.7510.4643.99-
YUV85.55180.74103.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.19%
GREEN value IS 85 (33.59% from 255) = 26.98%
BLUE value IS 179 (70.31% from 255) = 56.83%
R=16.19%
G=26.98%
B=56.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal51851790.720.5300.30224.0655.6545.1
Hex3355B3483501Ee0382d
Octal63125263110650363407055
Binary110011101010110110011100100011010101111011100000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3355B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3355B3; }

 p { color: rgb(51,85,179); }

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

<style>
 a { background-color: #3355B3; }

 a { background-color: rgb(51,85,179); }

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

<style>
 span { border-color: #3355B3; }

 span { border-color: rgb(51,85,179); }

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