#3A50AF

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

Shades of Cerulean Blue #3A50AF

Tints of Cerulean Blue #3A50AF

Color information

#3A50AF (or 0x3A50AF) is unknown color: approx Cerulean Blue. HEX triplet: 3A, 50 and AF. RGB value is (58,80,175). Sum of RGB (Red+Green+Blue) = 58+80+175=313 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.53% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #3A50AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A50AF is #C5AF50. Grayscale: #535353. Windows color (decimal): -12955473 or 11489338. OLE color: 11489338.

HSL color Cylindrical-coordinate representation of color #3A50AF: hue angle of 228.72º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A50AF is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5880175-
CMYK0.670.5400.31
HSL228.72º50.21%45.69%-
HSV(B)228.72º66.86%68.63%-
XYZ12.359.7341.78-
YUV84.25179.21109.28-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.53%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 175 (68.75% from 255) = 55.91%
R=18.53%
G=25.56%
B=55.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal58801750.670.5400.31228.7250.2145.69
Hex3A50AF433601Fe5322e
Octal72120257103660373456256
Binary111010101000010101111100001111011001111111100101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A50AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,80,175); }

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

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

 a { background-color: rgb(58,80,175); }

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

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

 span { border-color: rgb(58,80,175); }

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