#354BBC

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

Shades of Cerulean Blue #354BBC

Tints of Cerulean Blue #354BBC

Color information

#354BBC (or 0x354BBC) is unknown color: approx Cerulean Blue. HEX triplet: 35, 4B and BC. RGB value is (53,75,188). Sum of RGB (Red+Green+Blue) = 53+75+188=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #354BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354BBC is #CAB443. Grayscale: #505050. Windows color (decimal): -13284420 or 12340021. OLE color: 12340021.

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

Color convert

RGB5375188-
CMYK0.720.6000.26
HSL230.22º56.02%47.25%-
HSV(B)230.22º71.81%73.73%-
XYZ13.069.4248.71-
YUV81.3188.21107.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.77%
GREEN value IS 75 (29.69% from 255) = 23.73%
BLUE value IS 188 (73.83% from 255) = 59.49%
R=16.77%
G=23.73%
B=59.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal53751880.720.6000.26230.2256.0247.25
Hex354BBC483C01Ae6382f
Octal65113274110740323467057
Binary110101100101110111100100100011110001101011100110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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