#394AAC

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

Shades of Cerulean Blue #394AAC

Tints of Cerulean Blue #394AAC

Color information

#394AAC (or 0x394AAC) is unknown color: approx Cerulean Blue. HEX triplet: 39, 4A and AC. RGB value is (57,74,172). Sum of RGB (Red+Green+Blue) = 57+74+172=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #394AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394AAC is #C6B553. Grayscale: #4F4F4F. Windows color (decimal): -13022548 or 11291193. OLE color: 11291193.

HSL color Cylindrical-coordinate representation of color #394AAC: hue angle of 231.13º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #394AAC is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5774172-
CMYK0.670.5700.33
HSL231.13º50.22%44.9%-
HSV(B)231.13º66.86%67.45%-
XYZ11.588.7540.11-
YUV80.09179.87111.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.81%
GREEN value IS 74 (29.30% from 255) = 24.42%
BLUE value IS 172 (67.58% from 255) = 56.77%
R=18.81%
G=24.42%
B=56.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal57741720.670.5700.33231.1350.2244.9
Hex394AAC4339021e7322d
Octal71112254103710413476255
Binary1110011001010101011001000011111001010000111100111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394AAC; }

 p { color: rgb(57,74,172); }

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

<style>
 a { background-color: #394AAC; }

 a { background-color: rgb(57,74,172); }

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

<style>
 span { border-color: #394AAC; }

 span { border-color: rgb(57,74,172); }

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