#378EC1

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

Shades of Curious Blue #378EC1

Tints of Curious Blue #378EC1

Color information

#378EC1 (or 0x378EC1) is unknown color: approx Curious Blue. HEX triplet: 37, 8E and C1. RGB value is (55,142,193). Sum of RGB (Red+Green+Blue) = 55+142+193=390 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.10% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #378EC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378EC1 is #C8713E. Grayscale: #797979. Windows color (decimal): -13136191 or 12684855. OLE color: 12684855.

HSL color Cylindrical-coordinate representation of color #378EC1: hue angle of 202.17º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #378EC1 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB55142193-
CMYK0.720.2600.24
HSL202.17º55.65%48.63%-
HSV(B)202.17º71.5%75.69%-
XYZ20.8724.0153.99-
YUV121.8168.1880.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.10%
GREEN value IS 142 (55.86% from 255) = 36.41%
BLUE value IS 193 (75.78% from 255) = 49.49%
R=14.10%
G=36.41%
B=49.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal551421930.720.2600.24202.1755.6548.63
Hex378EC1481A018ca3831
Octal67216301110320303127061
Binary110111100011101100000110010001101001100011001010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,142,193); }

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

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

 a { background-color: rgb(55,142,193); }

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

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

 span { border-color: rgb(55,142,193); }

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