Html Css Color HEX #257884 Atoll

📋 copy color: '#257884'

red 37 ◦ green 120 ◦ blue 132

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

Shades of Atoll #257884

Tints of Atoll #257884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 45.67%

R = 12.8%
G = 41.52%
B = 45.67%

CMYK

 C value IS 0.72

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#257884 (or 0x257884) is known color: Atoll. HEX triplet: 25, 78 and 84. RGB value is (37,120,132). Sum of RGB (Red+Green+Blue) = 37+120+132=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 120 (47.27% from 255 or 41.52% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 132 - color contains mainly: blue. Hex color #257884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257884 is #DA877B. Grayscale: #606060. Windows color (decimal): -14321532 or 8681509. OLE color: 8681509.

HSL color Cylindrical-coordinate representation of color #257884: hue angle of 187.58º 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 #257884 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 120 132 -
CMYK 0.72 0.09 0 0.48
HSL 187.58º 0.56% 0.33% -
HSV(B) 187.58º 0.72% 0.52% -
XYZ 11.64 15.49 24.21 -
YUV 96.55 148 85.52 -
System Red Green Blue C M Y K H S L
Decimal 37 120 132 0.72 0.09 0 0.48 187.58 0.56 0.33
Hex 25 78 84 48 9 0 30 BC 38 21
Octal 45 170 204 110 11 0 60 274 70 41
Binary 100101 1111000 10000100 1001000 1001 0 110000 10111100 111000 100001

Color Harmonies of #257884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257884

Black with #257884

Text Example


Text Example

White with #257884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257884; }

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

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

background-color css

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

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

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

border-color css

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

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

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