#3467bd

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

Shades of Cerulean Blue #3467BD

Tints of Cerulean Blue #3467BD

Color information

#3467BD (or 0x3467BD) is unknown color: approx Cerulean Blue. HEX triplet: 34, 67 and BD. RGB value is (52,103,189). Sum of RGB (Red+Green+Blue) = 52+103+189=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #3467BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3467BD is #CB9842. Grayscale: #616161. Windows color (decimal): -13342787 or 12412724. OLE color: 12412724.

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

Color convert

RGB52103189-
CMYK0.720.4600.26
HSL217.66º56.85%47.25%-
HSV(B)217.66º72.49%74.12%-
XYZ15.4514.150.05-
YUV97.56179.695.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.12%
GREEN value IS 103 (40.62% from 255) = 29.94%
BLUE value IS 189 (74.22% from 255) = 54.94%
R=15.12%
G=29.94%
B=54.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal521031890.720.4600.26217.6656.8547.25
Hex3467BD482E01Ada392f
Octal64147275110560323327157
Binary110100110011110111101100100010111001101011011010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3467bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3467bd; }

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

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

<style>
 a { background-color: #3467bd; }

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

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

<style>
 span { border-color: #3467bd; }

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

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