Html Css Color HEX #257785 Atoll

📋 copy color: '#257785'

red 37 ◦ green 119 ◦ blue 133

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

Shades of Atoll #257785

Tints of Atoll #257785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.02%

R = 12.8%
G = 41.18%
B = 46.02%

CMYK

 C value IS 0.72

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#257785 (or 0x257785) is known color: Atoll. HEX triplet: 25, 77 and 85. RGB value is (37,119,133). Sum of RGB (Red+Green+Blue) = 37+119+133=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #257785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257785 is #DA887A. Grayscale: #5F5F5F. Windows color (decimal): -14321787 or 8746789. OLE color: 8746789.

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

Color convert

RGB 37 119 133 -
CMYK 0.72 0.11 0 0.48
HSL 188.75º 0.56% 0.33% -
HSV(B) 188.75º 0.72% 0.52% -
XYZ 11.59 15.28 24.53 -
YUV 96.08 148.83 85.86 -
System Red Green Blue C M Y K H S L
Decimal 37 119 133 0.72 0.11 0 0.48 188.75 0.56 0.33
Hex 25 77 85 48 B 0 30 BD 38 21
Octal 45 167 205 110 13 0 60 275 70 41
Binary 100101 1110111 10000101 1001000 1011 0 110000 10111101 111000 100001

Color Harmonies of #257785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257785

Black with #257785

Text Example


Text Example

White with #257785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257785; }

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

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

background-color css

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

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

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

border-color css

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

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

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