#3A44AB

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

Shades of Cerulean Blue #3A44AB

Tints of Cerulean Blue #3A44AB

Color information

#3A44AB (or 0x3A44AB) is unknown color: approx Cerulean Blue. HEX triplet: 3A, 44 and AB. RGB value is (58,68,171). Sum of RGB (Red+Green+Blue) = 58+68+171=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A44AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A44AB is #C5BB54. Grayscale: #4C4C4C. Windows color (decimal): -12958549 or 11224122. OLE color: 11224122.

HSL color Cylindrical-coordinate representation of color #3A44AB: hue angle of 234.69º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A44AB is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5868171-
CMYK0.660.6000.33
HSL234.69º49.34%44.9%-
HSV(B)234.69º66.08%67.06%-
XYZ11.167.9739.48-
YUV76.75181.19114.62-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.53%
GREEN value IS 68 (26.95% from 255) = 22.90%
BLUE value IS 171 (67.19% from 255) = 57.58%
R=19.53%
G=22.90%
B=57.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58681710.660.6000.33234.6949.3444.9
Hex3A44AB423C021eb312d
Octal72104253102740413536155
Binary1110101000100101010111000010111100010000111101011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A44AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A44AB; }

 p { color: rgb(58,68,171); }

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

<style>
 a { background-color: #3A44AB; }

 a { background-color: rgb(58,68,171); }

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

<style>
 span { border-color: #3A44AB; }

 span { border-color: rgb(58,68,171); }

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