#3461C6

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

Shades of Cerulean Blue #3461C6

Tints of Cerulean Blue #3461C6

Color information

#3461C6 (or 0x3461C6) is unknown color: approx Cerulean Blue. HEX triplet: 34, 61 and C6. RGB value is (52,97,198). Sum of RGB (Red+Green+Blue) = 52+97+198=347 (45% of max value = 765). Red value is 52 (20.70% from 255 or 14.99% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 198 (77.73% from 255 or 57.06% from 347); Max value from RGB is 198 - color contains mainly: blue. Hex color #3461C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3461C6 is #CB9E39. Grayscale: #5E5E5E. Windows color (decimal): -13344314 or 13001012. OLE color: 13001012.

HSL color Cylindrical-coordinate representation of color #3461C6: hue angle of 221.51º 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 #3461C6 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5297198-
CMYK0.740.5100.22
HSL221.51º58.4%49.02%-
HSV(B)221.51º73.74%77.65%-
XYZ15.8813.3655.17-
YUV95.06186.0997.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.99%
GREEN value IS 97 (38.28% from 255) = 27.95%
BLUE value IS 198 (77.73% from 255) = 57.06%
R=14.99%
G=27.95%
B=57.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal52971980.740.5100.22221.5158.449.02
Hex3461C64A33016de3a31
Octal64141306112630263367261
Binary110100110000111000110100101011001101011011011110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3461C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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