#3463BF

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

Shades of Cerulean Blue #3463BF

Tints of Cerulean Blue #3463BF

Color information

#3463BF (or 0x3463BF) is unknown color: approx Cerulean Blue. HEX triplet: 34, 63 and BF. RGB value is (52,99,191). Sum of RGB (Red+Green+Blue) = 52+99+191=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #3463BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3463BF is #CB9C40. Grayscale: #5F5F5F. Windows color (decimal): -13343809 or 12542772. OLE color: 12542772.

HSL color Cylindrical-coordinate representation of color #3463BF: hue angle of 219.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3463BF is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5299191-
CMYK0.730.4800.25
HSL219.71º57.2%47.65%-
HSV(B)219.71º72.77%74.9%-
XYZ15.2813.4251.07-
YUV95.44181.9397.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.20%
GREEN value IS 99 (39.06% from 255) = 28.95%
BLUE value IS 191 (75% from 255) = 55.85%
R=15.20%
G=28.95%
B=55.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52991910.730.4800.25219.7157.247.65
Hex3463BF4930019dc3930
Octal64143277111600313347160
Binary110100110001110111111100100111000001100111011100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3463BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3463BF; }

 p { color: rgb(52,99,191); }

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

<style>
 a { background-color: #3463BF; }

 a { background-color: rgb(52,99,191); }

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

<style>
 span { border-color: #3463BF; }

 span { border-color: rgb(52,99,191); }

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