#257AC6

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

Shades of Curious Blue #257AC6

Tints of Curious Blue #257AC6

Color information

#257AC6 (or 0x257AC6) is unknown color: approx Curious Blue. HEX triplet: 25, 7A and C6. RGB value is (37,122,198). Sum of RGB (Red+Green+Blue) = 37+122+198=357 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.36% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 198 (77.73% from 255 or 55.46% from 357); Max value from RGB is 198 - color contains mainly: blue. Hex color #257AC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257AC6 is #DA8539. Grayscale: #686868. Windows color (decimal): -14320954 or 13007397. OLE color: 13007397.

HSL color Cylindrical-coordinate representation of color #257AC6: hue angle of 208.32º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #257AC6 is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB37122198-
CMYK0.810.3800.22
HSL208.32º68.51%46.08%-
HSV(B)208.32º81.31%77.65%-
XYZ17.9218.3956.03-
YUV105.25180.3479.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.36%
GREEN value IS 122 (48.05% from 255) = 34.17%
BLUE value IS 198 (77.73% from 255) = 55.46%
R=10.36%
G=34.17%
B=55.46%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal371221980.810.3800.22208.3268.5146.08
Hex257AC65126016d0452e
Octal451723061214602632010556
Binary1001011111010110001101010001100110010110110100001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257AC6; }

 p { color: rgb(37,122,198); }

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

<style>
 a { background-color: #257AC6; }

 a { background-color: rgb(37,122,198); }

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

<style>
 span { border-color: #257AC6; }

 span { border-color: rgb(37,122,198); }

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