#3446BD

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

Shades of Cerulean Blue #3446BD

Tints of Cerulean Blue #3446BD

Color information

#3446BD (or 0x3446BD) is unknown color: approx Cerulean Blue. HEX triplet: 34, 46 and BD. RGB value is (52,70,189). Sum of RGB (Red+Green+Blue) = 52+70+189=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 189 (74.22% from 255 or 60.77% from 311); Max value from RGB is 189 - color contains mainly: blue. Hex color #3446BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3446BD is #CBB942. Grayscale: #4D4D4D. Windows color (decimal): -13351235 or 12404276. OLE color: 12404276.

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

Color convert

RGB5270189-
CMYK0.720.6300.26
HSL232.12º56.85%47.25%-
HSV(B)232.12º72.49%74.12%-
XYZ12.798.7849.17-
YUV78.18190.54109.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.72%
GREEN value IS 70 (27.73% from 255) = 22.51%
BLUE value IS 189 (74.22% from 255) = 60.77%
R=16.72%
G=22.51%
B=60.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal52701890.720.6300.26232.1256.8547.25
Hex3446BD483F01Ae8392f
Octal64106275110770323507157
Binary110100100011010111101100100011111101101011101000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3446BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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