Html Css Color HEX #257781 Atoll

📋 copy color: '#257781'

red 37 ◦ green 119 ◦ blue 129

#257781
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atoll #257781

Tints of Atoll #257781

RGB

 RED value IS 37 (14.84% from 255) = 12.98%

 GREEN value IS 119 (46.88% from 255) = 41.75%

 BLUE value IS 129 (50.78% from 255) = 45.26%

R = 12.98%
G = 41.75%
B = 45.26%

CMYK

 C value IS 0.71

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#257781 (or 0x257781) is known color: Atoll. HEX triplet: 25, 77 and 81. RGB value is (37,119,129). Sum of RGB (Red+Green+Blue) = 37+119+129=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 119 (46.88% from 255 or 41.75% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 129 - color contains mainly: blue. Hex color #257781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257781 is #DA887E. Grayscale: #5F5F5F. Windows color (decimal): -14321791 or 8484645. OLE color: 8484645.

HSL color Cylindrical-coordinate representation of color #257781: hue angle of 186.52º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257781 is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 119 129 -
CMYK 0.71 0.08 0 0.49
HSL 186.52º 0.55% 0.33% -
HSV(B) 186.52º 0.71% 0.51% -
XYZ 11.32 15.17 23.1 -
YUV 95.62 146.83 86.19 -
System Red Green Blue C M Y K H S L
Decimal 37 119 129 0.71 0.08 0 0.49 186.52 0.55 0.33
Hex 25 77 81 47 8 0 31 BB 37 21
Octal 45 167 201 107 10 0 61 273 67 41
Binary 100101 1110111 10000001 1000111 1000 0 110001 10111011 110111 100001

Color Harmonies of #257781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257781

Black with #257781

Text Example


Text Example

White with #257781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257781; }

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

 H1.HeaderClassName
 {
   color: #257781;
 }
 .AnyTagClassName
 {
   color: #257781;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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