#3469C6

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

Shades of Cerulean Blue #3469C6

Tints of Cerulean Blue #3469C6

Color information

#3469C6 (or 0x3469C6) is unknown color: approx Cerulean Blue. HEX triplet: 34, 69 and C6. RGB value is (52,105,198). Sum of RGB (Red+Green+Blue) = 52+105+198=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 198 (77.73% from 255 or 55.77% from 355); Max value from RGB is 198 - color contains mainly: blue. Hex color #3469C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3469C6 is #CB9639. Grayscale: #636363. Windows color (decimal): -13342266 or 13003060. OLE color: 13003060.

HSL color Cylindrical-coordinate representation of color #3469C6: hue angle of 218.22º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3469C6 is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB52105198-
CMYK0.740.4700.22
HSL218.22º58.4%49.02%-
HSV(B)218.22º73.74%77.65%-
XYZ16.6614.9155.43-
YUV99.76183.4493.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.65%
GREEN value IS 105 (41.41% from 255) = 29.58%
BLUE value IS 198 (77.73% from 255) = 55.77%
R=14.65%
G=29.58%
B=55.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal521051980.740.4700.22218.2258.449.02
Hex3469C64A2F016da3a31
Octal64151306112570263327261
Binary110100110100111000110100101010111101011011011010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3469C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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