#354AAB

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

Shades of Cerulean Blue #354AAB

Tints of Cerulean Blue #354AAB

Color information

#354AAB (or 0x354AAB) is unknown color: approx Cerulean Blue. HEX triplet: 35, 4A and AB. RGB value is (53,74,171). Sum of RGB (Red+Green+Blue) = 53+74+171=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #354AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354AAB is #CAB554. Grayscale: #4E4E4E. Windows color (decimal): -13284693 or 11225653. OLE color: 11225653.

HSL color Cylindrical-coordinate representation of color #354AAB: hue angle of 229.32º degrees, saturation: 0.53, 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 #354AAB is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5374171-
CMYK0.690.5700.33
HSL229.32º52.68%43.92%-
HSV(B)229.32º69.01%67.06%-
XYZ11.278.5939.59-
YUV78.78180.04109.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.79%
GREEN value IS 74 (29.30% from 255) = 24.83%
BLUE value IS 171 (67.19% from 255) = 57.38%
R=17.79%
G=24.83%
B=57.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53741710.690.5700.33229.3252.6843.92
Hex354AAB4539021e5352c
Octal65112253105710413456554
Binary1101011001010101010111000101111001010000111100101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,74,171); }

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

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

 a { background-color: rgb(53,74,171); }

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

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

 span { border-color: rgb(53,74,171); }

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