#3469B9

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

Shades of Cerulean Blue #3469B9

Tints of Cerulean Blue #3469B9

Color information

#3469B9 (or 0x3469B9) is unknown color: approx Cerulean Blue. HEX triplet: 34, 69 and B9. RGB value is (52,105,185). Sum of RGB (Red+Green+Blue) = 52+105+185=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 185 (72.66% from 255 or 54.09% from 342); Max value from RGB is 185 - color contains mainly: blue. Hex color #3469B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3469B9 is #CB9646. Grayscale: #616161. Windows color (decimal): -13342279 or 12151092. OLE color: 12151092.

HSL color Cylindrical-coordinate representation of color #3469B9: hue angle of 216.09º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3469B9 is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB52105185-
CMYK0.720.4300.27
HSL216.09º56.12%46.47%-
HSV(B)216.09º71.89%72.55%-
XYZ15.2214.3447.86-
YUV98.27176.9495-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.20%
GREEN value IS 105 (41.41% from 255) = 30.70%
BLUE value IS 185 (72.66% from 255) = 54.09%
R=15.20%
G=30.70%
B=54.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal521051850.720.4300.27216.0956.1246.47
Hex3469B9482B01Bd8382e
Octal64151271110530333307056
Binary110100110100110111001100100010101101101111011000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3469B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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