Html Css Color HEX #258085 Atoll

📋 copy color: '#258085'

red 37 ◦ green 128 ◦ blue 133

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

Shades of Atoll #258085

Tints of Atoll #258085

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.95%

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

R = 12.42%
G = 42.95%
B = 44.63%

CMYK

 C value IS 0.72

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#258085 (or 0x258085) is known color: Atoll. HEX triplet: 25, 80 and 85. RGB value is (37,128,133). Sum of RGB (Red+Green+Blue) = 37+128+133=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 133 - color contains mainly: blue. Hex color #258085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258085 is #DA7F7A. Grayscale: #656565. Windows color (decimal): -14319483 or 8749093. OLE color: 8749093.

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

Color convert

RGB 37 128 133 -
CMYK 0.72 0.04 0 0.48
HSL 183.13º 0.56% 0.33% -
HSV(B) 183.13º 0.72% 0.52% -
XYZ 12.72 17.53 24.9 -
YUV 101.36 145.85 82.09 -
System Red Green Blue C M Y K H S L
Decimal 37 128 133 0.72 0.04 0 0.48 183.13 0.56 0.33
Hex 25 80 85 48 4 0 30 B7 38 21
Octal 45 200 205 110 4 0 60 267 70 41
Binary 100101 10000000 10000101 1001000 100 0 110000 10110111 111000 100001

Color Harmonies of #258085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258085

Black with #258085

Text Example


Text Example

White with #258085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258085; }

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

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

background-color css

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

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

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

border-color css

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

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

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