#3469C2

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

Shades of Cerulean Blue #3469C2

Tints of Cerulean Blue #3469C2

Color information

#3469C2 (or 0x3469C2) is unknown color: approx Cerulean Blue. HEX triplet: 34, 69 and C2. RGB value is (52,105,194). Sum of RGB (Red+Green+Blue) = 52+105+194=351 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.81% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 194 (76.17% from 255 or 55.27% from 351); Max value from RGB is 194 - color contains mainly: blue. Hex color #3469C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3469C2 is #CB963D. Grayscale: #626262. Windows color (decimal): -13342270 or 12740916. OLE color: 12740916.

HSL color Cylindrical-coordinate representation of color #3469C2: hue angle of 217.61º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3469C2 is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB52105194-
CMYK0.730.4600.24
HSL217.61º57.72%48.24%-
HSV(B)217.61º73.2%76.08%-
XYZ16.2114.7353.03-
YUV99.3181.4494.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.81%
GREEN value IS 105 (41.41% from 255) = 29.91%
BLUE value IS 194 (76.17% from 255) = 55.27%
R=14.81%
G=29.91%
B=55.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal521051940.730.4600.24217.6157.7248.24
Hex3469C2492E018da3a30
Octal64151302111560303327260
Binary110100110100111000010100100110111001100011011010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3469C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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