#378FBB

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

Shades of Curious Blue #378FBB

Tints of Curious Blue #378FBB

Color information

#378FBB (or 0x378FBB) is unknown color: approx Curious Blue. HEX triplet: 37, 8F and BB. RGB value is (55,143,187). Sum of RGB (Red+Green+Blue) = 55+143+187=385 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.29% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #378FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378FBB is #C87044. Grayscale: #797979. Windows color (decimal): -13135941 or 12291895. OLE color: 12291895.

HSL color Cylindrical-coordinate representation of color #378FBB: hue angle of 200º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #378FBB is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB55143187-
CMYK0.710.2400.27
HSL200º54.55%47.45%-
HSV(B)200º70.59%73.33%-
XYZ20.3724.0550.58-
YUV121.7164.8580.42-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.29%
GREEN value IS 143 (56.25% from 255) = 37.14%
BLUE value IS 187 (73.44% from 255) = 48.57%
R=14.29%
G=37.14%
B=48.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal551431870.710.2400.2720054.5547.45
Hex378FBB471801Bc8372f
Octal67217273107300333106757
Binary110111100011111011101110001111100001101111001000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,143,187); }

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

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

 a { background-color: rgb(55,143,187); }

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

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

 span { border-color: rgb(55,143,187); }

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