#374FBA

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

Shades of Cerulean Blue #374FBA

Tints of Cerulean Blue #374FBA

Color information

#374FBA (or 0x374FBA) is unknown color: approx Cerulean Blue. HEX triplet: 37, 4F and BA. RGB value is (55,79,186). Sum of RGB (Red+Green+Blue) = 55+79+186=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #374FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374FBA is #C8B045. Grayscale: #535353. Windows color (decimal): -13152326 or 12209975. OLE color: 12209975.

HSL color Cylindrical-coordinate representation of color #374FBA: hue angle of 229.01º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #374FBA is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5579186-
CMYK0.700.5800.27
HSL229.01º54.36%47.25%-
HSV(B)229.01º70.43%72.94%-
XYZ13.239.9547.68-
YUV84.02185.55107.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.19%
GREEN value IS 79 (31.25% from 255) = 24.69%
BLUE value IS 186 (73.05% from 255) = 58.12%
R=17.19%
G=24.69%
B=58.12%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal55791860.700.5800.27229.0154.3647.25
Hex374FBA463A01Be5362f
Octal67117272106720333456657
Binary110111100111110111010100011011101001101111100101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374FBA; }

 p { color: rgb(55,79,186); }

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

<style>
 a { background-color: #374FBA; }

 a { background-color: rgb(55,79,186); }

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

<style>
 span { border-color: #374FBA; }

 span { border-color: rgb(55,79,186); }

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