#364CB0

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

Shades of Cerulean Blue #364CB0

Tints of Cerulean Blue #364CB0

Color information

#364CB0 (or 0x364CB0) is unknown color: approx Cerulean Blue. HEX triplet: 36, 4C and B0. RGB value is (54,76,176). Sum of RGB (Red+Green+Blue) = 54+76+176=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 176 (69.14% from 255 or 57.52% from 306); Max value from RGB is 176 - color contains mainly: blue. Hex color #364CB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364CB0 is #C9B34F. Grayscale: #505050. Windows color (decimal): -13218640 or 11553846. OLE color: 11553846.

HSL color Cylindrical-coordinate representation of color #364CB0: hue angle of 229.18º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #364CB0 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5476176-
CMYK0.690.5700.31
HSL229.18º53.04%45.1%-
HSV(B)229.18º69.32%69.02%-
XYZ11.949.0942.2-
YUV80.82181.71108.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.65%
GREEN value IS 76 (30.08% from 255) = 24.84%
BLUE value IS 176 (69.14% from 255) = 57.52%
R=17.65%
G=24.84%
B=57.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal54761760.690.5700.31229.1853.0445.1
Hex364CB0453901Fe5352d
Octal66114260105710373456555
Binary110110100110010110000100010111100101111111100101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,76,176); }

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

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

 a { background-color: rgb(54,76,176); }

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

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

 span { border-color: rgb(54,76,176); }

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