#3461BC

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

Shades of Cerulean Blue #3461BC

Tints of Cerulean Blue #3461BC

Color information

#3461BC (or 0x3461BC) is unknown color: approx Cerulean Blue. HEX triplet: 34, 61 and BC. RGB value is (52,97,188). Sum of RGB (Red+Green+Blue) = 52+97+188=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #3461BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3461BC is #CB9E43. Grayscale: #5D5D5D. Windows color (decimal): -13344324 or 12345652. OLE color: 12345652.

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

Color convert

RGB5297188-
CMYK0.720.4800.26
HSL220.15º56.67%47.06%-
HSV(B)220.15º72.34%73.73%-
XYZ14.7712.9149.29-
YUV93.92181.0998.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.43%
GREEN value IS 97 (38.28% from 255) = 28.78%
BLUE value IS 188 (73.83% from 255) = 55.79%
R=15.43%
G=28.78%
B=55.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal52971880.720.4800.26220.1556.6747.06
Hex3461BC483001Adc392f
Octal64141274110600323347157
Binary110100110000110111100100100011000001101011011100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3461BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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