#257784

Color #257784 Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #257784

Tints of Atoll #257784

Color information

#257784 (or 0x257784) is unknown color: approx Atoll. HEX triplet: 25, 77 and 84. RGB value is (37,119,132). Sum of RGB (Red+Green+Blue) = 37+119+132=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 132 - color contains mainly: blue. Hex color #257784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257784 is #DA887B. Grayscale: #5F5F5F. Windows color (decimal): -14321788 or 8681253. OLE color: 8681253.

HSL color Cylindrical-coordinate representation of color #257784: hue angle of 188.21º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #257784 is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB37119132-
CMYK0.720.1000.48
HSL188.21º56.21%33.14%-
HSV(B)188.21º71.97%51.76%-
XYZ11.5215.2524.17-
YUV95.96148.3385.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.85%
GREEN value IS 119 (46.88% from 255) = 41.32%
BLUE value IS 132 (51.95% from 255) = 45.83%
R=12.85%
G=41.32%
B=45.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal371191320.720.1000.48188.2156.2133.14
Hex25778448A030bc3821
Octal45167204110120602747041
Binary10010111101111000010010010001010011000010111100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257784; }

 p { color: rgb(37,119,132); }

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

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

 a { background-color: rgb(37,119,132); }

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

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

 span { border-color: rgb(37,119,132); }

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