#375FB8

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

Shades of Cerulean Blue #375FB8

Tints of Cerulean Blue #375FB8

Color information

#375FB8 (or 0x375FB8) is unknown color: approx Cerulean Blue. HEX triplet: 37, 5F and B8. RGB value is (55,95,184). Sum of RGB (Red+Green+Blue) = 55+95+184=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 184 (72.27% from 255 or 55.09% from 334); Max value from RGB is 184 - color contains mainly: blue. Hex color #375FB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375FB8 is #C8A047. Grayscale: #5C5C5C. Windows color (decimal): -13148232 or 12082999. OLE color: 12082999.

HSL color Cylindrical-coordinate representation of color #375FB8: hue angle of 221.4º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #375FB8 is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5595184-
CMYK0.700.4800.28
HSL221.4º53.97%46.86%-
HSV(B)221.4º70.11%72.16%-
XYZ14.3212.4647-
YUV93.19179.25100.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.47%
GREEN value IS 95 (37.5% from 255) = 28.44%
BLUE value IS 184 (72.27% from 255) = 55.09%
R=16.47%
G=28.44%
B=55.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal55951840.700.4800.28221.453.9746.86
Hex375FB8463001Cdd362f
Octal67137270106600343356657
Binary110111101111110111000100011011000001110011011101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375FB8; }

 p { color: rgb(55,95,184); }

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

<style>
 a { background-color: #375FB8; }

 a { background-color: rgb(55,95,184); }

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

<style>
 span { border-color: #375FB8; }

 span { border-color: rgb(55,95,184); }

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