#3359BF

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

Shades of Cerulean Blue #3359BF

Tints of Cerulean Blue #3359BF

Color information

#3359BF (or 0x3359BF) is unknown color: approx Cerulean Blue. HEX triplet: 33, 59 and BF. RGB value is (51,89,191). Sum of RGB (Red+Green+Blue) = 51+89+191=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #3359BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3359BF is #CCA640. Grayscale: #585858. Windows color (decimal): -13411905 or 12540211. OLE color: 12540211.

HSL color Cylindrical-coordinate representation of color #3359BF: hue angle of 223.71º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3359BF is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5189191-
CMYK0.730.5300.25
HSL223.71º57.85%47.45%-
HSV(B)223.71º73.3%74.9%-
XYZ14.3411.6150.78-
YUV89.27185.41100.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.41%
GREEN value IS 89 (35.16% from 255) = 26.89%
BLUE value IS 191 (75% from 255) = 57.70%
R=15.41%
G=26.89%
B=57.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51891910.730.5300.25223.7157.8547.45
Hex3359BF4935019e03a2f
Octal63131277111650313407257
Binary110011101100110111111100100111010101100111100000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3359BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3359BF; }

 p { color: rgb(51,89,191); }

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

<style>
 a { background-color: #3359BF; }

 a { background-color: rgb(51,89,191); }

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

<style>
 span { border-color: #3359BF; }

 span { border-color: rgb(51,89,191); }

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