#364FAD

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

Shades of Cerulean Blue #364FAD

Tints of Cerulean Blue #364FAD

Color information

#364FAD (or 0x364FAD) is unknown color: approx Cerulean Blue. HEX triplet: 36, 4F and AD. RGB value is (54,79,173). Sum of RGB (Red+Green+Blue) = 54+79+173=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #364FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364FAD is #C9B052. Grayscale: #515151. Windows color (decimal): -13217875 or 11358006. OLE color: 11358006.

HSL color Cylindrical-coordinate representation of color #364FAD: hue angle of 227.39º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #364FAD is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5479173-
CMYK0.690.5400.32
HSL227.39º52.42%44.51%-
HSV(B)227.39º68.79%67.84%-
XYZ11.869.3940.72-
YUV82.24179.22107.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.65%
GREEN value IS 79 (31.25% from 255) = 25.82%
BLUE value IS 173 (67.97% from 255) = 56.54%
R=17.65%
G=25.82%
B=56.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal54791730.690.5400.32227.3952.4244.51
Hex364FAD4536020e3342d
Octal66117255105660403436455
Binary1101101001111101011011000101110110010000011100011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364FAD; }

 p { color: rgb(54,79,173); }

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

<style>
 a { background-color: #364FAD; }

 a { background-color: rgb(54,79,173); }

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

<style>
 span { border-color: #364FAD; }

 span { border-color: rgb(54,79,173); }

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