#3446C0

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

Shades of Cerulean Blue #3446C0

Tints of Cerulean Blue #3446C0

Color information

#3446C0 (or 0x3446C0) is unknown color: approx Cerulean Blue. HEX triplet: 34, 46 and C0. RGB value is (52,70,192). Sum of RGB (Red+Green+Blue) = 52+70+192=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 192 (75.39% from 255 or 61.15% from 314); Max value from RGB is 192 - color contains mainly: blue. Hex color #3446C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3446C0 is #CBB93F. Grayscale: #4E4E4E. Windows color (decimal): -13351232 or 12600884. OLE color: 12600884.

HSL color Cylindrical-coordinate representation of color #3446C0: hue angle of 232.29º 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 #3446C0 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5270192-
CMYK0.730.6400.25
HSL232.29º57.38%47.84%-
HSV(B)232.29º72.92%75.29%-
XYZ13.128.9250.9-
YUV78.53192.04109.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.56%
GREEN value IS 70 (27.73% from 255) = 22.29%
BLUE value IS 192 (75.39% from 255) = 61.15%
R=16.56%
G=22.29%
B=61.15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52701920.730.6400.25232.2957.3847.84
Hex3446C04940019e83930
Octal641063001111000313507160
Binary1101001000110110000001001001100000001100111101000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3446C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3446C0; }

 p { color: rgb(52,70,192); }

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

<style>
 a { background-color: #3446C0; }

 a { background-color: rgb(52,70,192); }

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

<style>
 span { border-color: #3446C0; }

 span { border-color: rgb(52,70,192); }

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