Html Css Color HEX #258187 Atoll

📋 copy color: '#258187'

red 37 ◦ green 129 ◦ blue 135

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

Shades of Atoll #258187

Tints of Atoll #258187

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.86%

 BLUE value IS 135 (53.13% from 255) = 44.85%

R = 12.29%
G = 42.86%
B = 44.85%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#258187 (or 0x258187) is known color: Atoll. HEX triplet: 25, 81 and 87. RGB value is (37,129,135). Sum of RGB (Red+Green+Blue) = 37+129+135=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 135 - color contains mainly: blue. Hex color #258187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258187 is #DA7E78. Grayscale: #666666. Windows color (decimal): -14319225 or 8880421. OLE color: 8880421.

HSL color Cylindrical-coordinate representation of color #258187: hue angle of 183.67º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258187 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 37 129 135 -
CMYK 0.73 0.04 0 0.47
HSL 183.67º 0.57% 0.34% -
HSV(B) 183.67º 0.73% 0.53% -
XYZ 12.99 17.84 25.68 -
YUV 102.18 146.52 81.51 -
System Red Green Blue C M Y K H S L
Decimal 37 129 135 0.73 0.04 0 0.47 183.67 0.57 0.34
Hex 25 81 87 49 4 0 2F B8 39 22
Octal 45 201 207 111 4 0 57 270 71 42
Binary 100101 10000001 10000111 1001001 100 0 101111 10111000 111001 100010

Color Harmonies of #258187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258187

Black with #258187

Text Example


Text Example

White with #258187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258187; }

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

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

background-color css

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

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

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

border-color css

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

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

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