Html Css Color HEX #257882 Atoll

📋 copy color: '#257882'

red 37 ◦ green 120 ◦ blue 130

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

Shades of Atoll #257882

Tints of Atoll #257882

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.81%

 BLUE value IS 130 (51.17% from 255) = 45.3%

R = 12.89%
G = 41.81%
B = 45.3%

CMYK

 C value IS 0.72

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#257882 (or 0x257882) is known color: Atoll. HEX triplet: 25, 78 and 82. RGB value is (37,120,130). Sum of RGB (Red+Green+Blue) = 37+120+130=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #257882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257882 is #DA877D. Grayscale: #606060. Windows color (decimal): -14321534 or 8550437. OLE color: 8550437.

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

Color convert

RGB 37 120 130 -
CMYK 0.72 0.08 0 0.49
HSL 186.45º 0.56% 0.33% -
HSV(B) 186.45º 0.72% 0.51% -
XYZ 11.51 15.44 23.49 -
YUV 96.32 147 85.69 -
System Red Green Blue C M Y K H S L
Decimal 37 120 130 0.72 0.08 0 0.49 186.45 0.56 0.33
Hex 25 78 82 48 8 0 31 BA 38 21
Octal 45 170 202 110 10 0 61 272 70 41
Binary 100101 1111000 10000010 1001000 1000 0 110001 10111010 111000 100001

Color Harmonies of #257882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257882

Black with #257882

Text Example


Text Example

White with #257882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257882; }

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

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

background-color css

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

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

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

border-color css

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

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

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