#364BAC

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

Shades of Cerulean Blue #364BAC

Tints of Cerulean Blue #364BAC

Color information

#364BAC (or 0x364BAC) is unknown color: approx Cerulean Blue. HEX triplet: 36, 4B and AC. RGB value is (54,75,172). Sum of RGB (Red+Green+Blue) = 54+75+172=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #364BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364BAC is #C9B453. Grayscale: #4F4F4F. Windows color (decimal): -13218900 or 11291446. OLE color: 11291446.

HSL color Cylindrical-coordinate representation of color #364BAC: hue angle of 229.32º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #364BAC is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5475172-
CMYK0.690.5600.33
HSL229.32º52.21%44.31%-
HSV(B)229.32º68.6%67.45%-
XYZ11.488.7940.12-
YUV79.78180.04109.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.94%
GREEN value IS 75 (29.69% from 255) = 24.92%
BLUE value IS 172 (67.58% from 255) = 57.14%
R=17.94%
G=24.92%
B=57.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal54751720.690.5600.33229.3252.2144.31
Hex364BAC4538021e5342c
Octal66113254105700413456454
Binary1101101001011101011001000101111000010000111100101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,75,172); }

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

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

 a { background-color: rgb(54,75,172); }

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

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

 span { border-color: rgb(54,75,172); }

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