#354dac

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

Shades of Cerulean Blue #354DAC

Tints of Cerulean Blue #354DAC

Color information

#354DAC (or 0x354DAC) is unknown color: approx Cerulean Blue. HEX triplet: 35, 4D and AC. RGB value is (53,77,172). Sum of RGB (Red+Green+Blue) = 53+77+172=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #354DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354DAC is #CAB253. Grayscale: #505050. Windows color (decimal): -13283924 or 11291957. OLE color: 11291957.

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

Color convert

RGB5377172-
CMYK0.690.5500.33
HSL227.9º52.89%44.12%-
HSV(B)227.9º69.19%67.45%-
XYZ11.579.0440.17-
YUV80.65179.55108.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.55%
GREEN value IS 77 (30.47% from 255) = 25.50%
BLUE value IS 172 (67.58% from 255) = 56.95%
R=17.55%
G=25.50%
B=56.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53771720.690.5500.33227.952.8944.12
Hex354DAC4537021e4352c
Octal65115254105670413446554
Binary1101011001101101011001000101110111010000111100100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354dac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,77,172); }

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

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

 a { background-color: rgb(53,77,172); }

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

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

 span { border-color: rgb(53,77,172); }

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