Html Css Color HEX #257985 Atoll

📋 copy color: '#257985'

red 37 ◦ green 121 ◦ blue 133

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

Shades of Atoll #257985

Tints of Atoll #257985

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.58%

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

R = 12.71%
G = 41.58%
B = 45.7%

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

#257985 (or 0x257985) is known color: Atoll. HEX triplet: 25, 79 and 85. RGB value is (37,121,133). Sum of RGB (Red+Green+Blue) = 37+121+133=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 121 (47.66% from 255 or 41.58% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 133 - color contains mainly: blue. Hex color #257985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257985 is #DA867A. Grayscale: #616161. Windows color (decimal): -14321275 or 8747301. OLE color: 8747301.

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

Color convert

RGB 37 121 133 -
CMYK 0.72 0.09 0 0.48
HSL 187.5º 0.56% 0.33% -
HSV(B) 187.5º 0.72% 0.52% -
XYZ 11.83 15.76 24.61 -
YUV 97.25 148.17 85.02 -
System Red Green Blue C M Y K H S L
Decimal 37 121 133 0.72 0.09 0 0.48 187.5 0.56 0.33
Hex 25 79 85 48 9 0 30 BC 38 21
Octal 45 171 205 110 11 0 60 274 70 41
Binary 100101 1111001 10000101 1001000 1001 0 110000 10111100 111000 100001

Color Harmonies of #257985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257985

Black with #257985

Text Example


Text Example

White with #257985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257985; }

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

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

background-color css

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

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

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

border-color css

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

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

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