#378BB8

Color #378BB8 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #378BB8

Tints of Curious Blue #378BB8

Color information

#378BB8 (or 0x378BB8) is unknown color: approx Curious Blue. HEX triplet: 37, 8B and B8. RGB value is (55,139,184). Sum of RGB (Red+Green+Blue) = 55+139+184=378 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.55% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 184 (72.27% from 255 or 48.68% from 378); Max value from RGB is 184 - color contains mainly: blue. Hex color #378BB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378BB8 is #C87447. Grayscale: #767676. Windows color (decimal): -13136968 or 12094263. OLE color: 12094263.

HSL color Cylindrical-coordinate representation of color #378BB8: hue angle of 200.93º 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 #378BB8 is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB55139184-
CMYK0.700.2400.28
HSL200.93º53.97%46.86%-
HSV(B)200.93º70.11%72.16%-
XYZ19.4622.7448.71-
YUV119.01164.6782.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.55%
GREEN value IS 139 (54.69% from 255) = 36.77%
BLUE value IS 184 (72.27% from 255) = 48.68%
R=14.55%
G=36.77%
B=48.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal551391840.700.2400.28200.9353.9746.86
Hex378BB8461801Cc9362f
Octal67213270106300343116657
Binary110111100010111011100010001101100001110011001001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378BB8; }

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

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

<style>
 a { background-color: #378BB8; }

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

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

<style>
 span { border-color: #378BB8; }

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

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