#3444C0

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

Shades of Cerulean Blue #3444C0

Tints of Cerulean Blue #3444C0

Color information

#3444C0 (or 0x3444C0) is unknown color: approx Cerulean Blue. HEX triplet: 34, 44 and C0. RGB value is (52,68,192). Sum of RGB (Red+Green+Blue) = 52+68+192=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 192 (75.39% from 255 or 61.54% from 312); Max value from RGB is 192 - color contains mainly: blue. Hex color #3444C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3444C0 is #CBBB3F. Grayscale: #4C4C4C. Windows color (decimal): -13351744 or 12600372. OLE color: 12600372.

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

Color convert

RGB5268192-
CMYK0.730.6500.25
HSL233.14º57.38%47.84%-
HSV(B)233.14º72.92%75.29%-
XYZ138.6750.86-
YUV77.35192.7109.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.67%
GREEN value IS 68 (26.95% from 255) = 21.79%
BLUE value IS 192 (75.39% from 255) = 61.54%
R=16.67%
G=21.79%
B=61.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52681920.730.6500.25233.1457.3847.84
Hex3444C04941019e93930
Octal641043001111010313517160
Binary1101001000100110000001001001100000101100111101001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3444C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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