#354FBB

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

Shades of Cerulean Blue #354FBB

Tints of Cerulean Blue #354FBB

Color information

#354FBB (or 0x354FBB) is unknown color: approx Cerulean Blue. HEX triplet: 35, 4F and BB. RGB value is (53,79,187). Sum of RGB (Red+Green+Blue) = 53+79+187=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #354FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354FBB is #CAB044. Grayscale: #535353. Windows color (decimal): -13283397 or 12275509. OLE color: 12275509.

HSL color Cylindrical-coordinate representation of color #354FBB: hue angle of 228.36º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #354FBB is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5379187-
CMYK0.720.5800.27
HSL228.36º55.83%47.06%-
HSV(B)228.36º71.66%73.33%-
XYZ13.239.9448.23-
YUV83.54186.39106.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.61%
GREEN value IS 79 (31.25% from 255) = 24.76%
BLUE value IS 187 (73.44% from 255) = 58.62%
R=16.61%
G=24.76%
B=58.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal53791870.720.5800.27228.3655.8347.06
Hex354FBB483A01Be4382f
Octal65117273110720333447057
Binary110101100111110111011100100011101001101111100100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354FBB; }

 p { color: rgb(53,79,187); }

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

<style>
 a { background-color: #354FBB; }

 a { background-color: rgb(53,79,187); }

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

<style>
 span { border-color: #354FBB; }

 span { border-color: rgb(53,79,187); }

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