Html Css Color HEX #258588 Atoll

📋 copy color: '#258588'

red 37 ◦ green 133 ◦ blue 136

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

Shades of Atoll #258588

Tints of Atoll #258588

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.46%

 BLUE value IS 136 (53.52% from 255) = 44.44%

R = 12.09%
G = 43.46%
B = 44.44%

CMYK

 C value IS 0.73

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#258588 (or 0x258588) is known color: Atoll. HEX triplet: 25, 85 and 88. RGB value is (37,133,136). Sum of RGB (Red+Green+Blue) = 37+133+136=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #258588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258588 is #DA7A77. Grayscale: #686868. Windows color (decimal): -14318200 or 8946981. OLE color: 8946981.

HSL color Cylindrical-coordinate representation of color #258588: hue angle of 181.82º 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 #258588 is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 37 133 136 -
CMYK 0.73 0.02 0 0.47
HSL 181.82º 0.57% 0.34% -
HSV(B) 181.82º 0.73% 0.53% -
XYZ 13.59 18.95 26.23 -
YUV 104.64 145.7 79.76 -
System Red Green Blue C M Y K H S L
Decimal 37 133 136 0.73 0.02 0 0.47 181.82 0.57 0.34
Hex 25 85 88 49 2 0 2F B6 39 22
Octal 45 205 210 111 2 0 57 266 71 42
Binary 100101 10000101 10001000 1001001 10 0 101111 10110110 111001 100010

Color Harmonies of #258588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258588

Black with #258588

Text Example


Text Example

White with #258588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258588; }

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

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

background-color css

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

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

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

border-color css

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

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

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