#2578BA

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

Shades of Curious Blue #2578BA

Tints of Curious Blue #2578BA

Color information

#2578BA (or 0x2578BA) is unknown color: approx Curious Blue. HEX triplet: 25, 78 and BA. RGB value is (37,120,186). Sum of RGB (Red+Green+Blue) = 37+120+186=343 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.79% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #2578BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2578BA is #DA8745. Grayscale: #666666. Windows color (decimal): -14321478 or 12220453. OLE color: 12220453.

HSL color Cylindrical-coordinate representation of color #2578BA: hue angle of 206.58º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2578BA is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB37120186-
CMYK0.800.3500.27
HSL206.58º66.82%43.73%-
HSV(B)206.58º80.11%72.94%-
XYZ16.3417.3748.95-
YUV102.7117581.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.79%
GREEN value IS 120 (47.27% from 255) = 34.99%
BLUE value IS 186 (73.05% from 255) = 54.23%
R=10.79%
G=34.99%
B=54.23%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal371201860.800.3500.27206.5866.8243.73
Hex2578BA502301Bcf432c
Octal451702721204303331710354
Binary1001011111000101110101010000100011011011110011111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2578BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2578BA; }

 p { color: rgb(37,120,186); }

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

<style>
 a { background-color: #2578BA; }

 a { background-color: rgb(37,120,186); }

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

<style>
 span { border-color: #2578BA; }

 span { border-color: rgb(37,120,186); }

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