#3a4caa

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

Shades of Cerulean Blue #3A4CAA

Tints of Cerulean Blue #3A4CAA

Color information

#3A4CAA (or 0x3A4CAA) is unknown color: approx Cerulean Blue. HEX triplet: 3A, 4C and AA. RGB value is (58,76,170). Sum of RGB (Red+Green+Blue) = 58+76+170=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A4CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4CAA is #C5B355. Grayscale: #505050. Windows color (decimal): -12956502 or 11160634. OLE color: 11160634.

HSL color Cylindrical-coordinate representation of color #3A4CAA: hue angle of 230.36º 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 #3A4CAA is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5876170-
CMYK0.660.5500.33
HSL230.36º49.12%44.71%-
HSV(B)230.36º65.88%66.67%-
XYZ11.598.9739.15-
YUV81.33178.04111.36-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.08%
GREEN value IS 76 (30.08% from 255) = 25%
BLUE value IS 170 (66.80% from 255) = 55.92%
R=19.08%
G=25%
B=55.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58761700.660.5500.33230.3649.1244.71
Hex3A4CAA4237021e6312d
Octal72114252102670413466155
Binary1110101001100101010101000010110111010000111100110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a4caa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,76,170); }

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

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

 a { background-color: rgb(58,76,170); }

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

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

 span { border-color: rgb(58,76,170); }

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