#3469BD

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

Shades of Cerulean Blue #3469BD

Tints of Cerulean Blue #3469BD

Color information

#3469BD (or 0x3469BD) is unknown color: approx Cerulean Blue. HEX triplet: 34, 69 and BD. RGB value is (52,105,189). Sum of RGB (Red+Green+Blue) = 52+105+189=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #3469BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3469BD is #CB9642. Grayscale: #626262. Windows color (decimal): -13342275 or 12413236. OLE color: 12413236.

HSL color Cylindrical-coordinate representation of color #3469BD: hue angle of 216.79º degrees, saturation: 0.57, 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 #3469BD is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB52105189-
CMYK0.720.4400.26
HSL216.79º56.85%47.25%-
HSV(B)216.79º72.49%74.12%-
XYZ15.6514.5150.12-
YUV98.73178.9494.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.03%
GREEN value IS 105 (41.41% from 255) = 30.35%
BLUE value IS 189 (74.22% from 255) = 54.62%
R=15.03%
G=30.35%
B=54.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal521051890.720.4400.26216.7956.8547.25
Hex3469BD482C01Ad9392f
Octal64151275110540323317157
Binary110100110100110111101100100010110001101011011001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3469BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3469BD; }

 p { color: rgb(52,105,189); }

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

<style>
 a { background-color: #3469BD; }

 a { background-color: rgb(52,105,189); }

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

<style>
 span { border-color: #3469BD; }

 span { border-color: rgb(52,105,189); }

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