#2354B1

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

Shades of Cerulean Blue #2354B1

Tints of Cerulean Blue #2354B1

Color information

#2354B1 (or 0x2354B1) is unknown color: approx Cerulean Blue. HEX triplet: 23, 54 and B1. RGB value is (35,84,177). Sum of RGB (Red+Green+Blue) = 35+84+177=296 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.82% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 177 (69.53% from 255 or 59.80% from 296); Max value from RGB is 177 - color contains mainly: blue. Hex color #2354B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2354B1 is #DCAB4E. Grayscale: #4F4F4F. Windows color (decimal): -14461775 or 11621411. OLE color: 11621411.

HSL color Cylindrical-coordinate representation of color #2354B1: hue angle of 219.3º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2354B1 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3584177-
CMYK0.800.5300.31
HSL219.3º66.98%41.57%-
HSV(B)219.3º80.23%69.41%-
XYZ11.89.8742.88-
YUV79.95182.7795.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.82%
GREEN value IS 84 (33.20% from 255) = 28.38%
BLUE value IS 177 (69.53% from 255) = 59.80%
R=11.82%
G=28.38%
B=59.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal35841770.800.5300.31219.366.9841.57
Hex2354B1503501Fdb432a
Octal431242611206503733310352
Binary1000111010100101100011010000110101011111110110111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2354B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2354B1; }

 p { color: rgb(35,84,177); }

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

<style>
 a { background-color: #2354B1; }

 a { background-color: rgb(35,84,177); }

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

<style>
 span { border-color: #2354B1; }

 span { border-color: rgb(35,84,177); }

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