#378DBE

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

Shades of Curious Blue #378DBE

Tints of Curious Blue #378DBE

Color information

#378DBE (or 0x378DBE) is unknown color: approx Curious Blue. HEX triplet: 37, 8D and BE. RGB value is (55,141,190). Sum of RGB (Red+Green+Blue) = 55+141+190=386 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.25% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #378DBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378DBE is #C87241. Grayscale: #787878. Windows color (decimal): -13136450 or 12487991. OLE color: 12487991.

HSL color Cylindrical-coordinate representation of color #378DBE: hue angle of 201.78º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #378DBE is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB55141190-
CMYK0.710.2600.25
HSL201.78º55.1%48.04%-
HSV(B)201.78º71.05%74.51%-
XYZ20.3923.5852.19-
YUV120.87167.0181.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.25%
GREEN value IS 141 (55.47% from 255) = 36.53%
BLUE value IS 190 (74.61% from 255) = 49.22%
R=14.25%
G=36.53%
B=49.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal551411900.710.2600.25201.7855.148.04
Hex378DBE471A019ca3730
Octal67215276107320313126760
Binary110111100011011011111010001111101001100111001010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,141,190); }

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

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

 a { background-color: rgb(55,141,190); }

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

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

 span { border-color: rgb(55,141,190); }

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