#354BAA

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

Shades of Cerulean Blue #354BAA

Tints of Cerulean Blue #354BAA

Color information

#354BAA (or 0x354BAA) is unknown color: approx Cerulean Blue. HEX triplet: 35, 4B and AA. RGB value is (53,75,170). Sum of RGB (Red+Green+Blue) = 53+75+170=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #354BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354BAA is #CAB455. Grayscale: #4E4E4E. Windows color (decimal): -13284438 or 11160373. OLE color: 11160373.

HSL color Cylindrical-coordinate representation of color #354BAA: hue angle of 228.72º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #354BAA is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5375170-
CMYK0.690.5600.33
HSL228.72º52.47%43.73%-
HSV(B)228.72º68.82%66.67%-
XYZ11.248.6939.12-
YUV79.25179.21109.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.79%
GREEN value IS 75 (29.69% from 255) = 25.17%
BLUE value IS 170 (66.80% from 255) = 57.05%
R=17.79%
G=25.17%
B=57.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53751700.690.5600.33228.7252.4743.73
Hex354BAA4538021e5342c
Octal65113252105700413456454
Binary1101011001011101010101000101111000010000111100101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,75,170); }

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

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

 a { background-color: rgb(53,75,170); }

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

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

 span { border-color: rgb(53,75,170); }

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