Html Css Color HEX #25757C Atoll

📋 copy color: '#25757C'

red 37 ◦ green 117 ◦ blue 124

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

Shades of Atoll #25757C

Tints of Atoll #25757C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.09%

 BLUE value IS 124 (48.83% from 255) = 44.6%

R = 13.31%
G = 42.09%
B = 44.6%

CMYK

 C value IS 0.70

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#25757C (or 0x25757C) is known color: Atoll. HEX triplet: 25, 75 and 7C. RGB value is (37,117,124). Sum of RGB (Red+Green+Blue) = 37+117+124=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 124 - color contains mainly: blue. Hex color #25757C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25757C is #DA8A83. Grayscale: #5D5D5D. Windows color (decimal): -14322308 or 8156453. OLE color: 8156453.

HSL color Cylindrical-coordinate representation of color #25757C: hue angle of 184.83º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25757C is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 117 124 -
CMYK 0.70 0.06 0 0.51
HSL 184.83º 0.54% 0.32% -
HSV(B) 184.83º 0.7% 0.49% -
XYZ 10.76 14.57 21.31 -
YUV 93.88 145 87.43 -
System Red Green Blue C M Y K H S L
Decimal 37 117 124 0.70 0.06 0 0.51 184.83 0.54 0.32
Hex 25 75 7C 46 6 0 33 B9 36 20
Octal 45 165 174 106 6 0 63 271 66 40
Binary 100101 1110101 1111100 1000110 110 0 110011 10111001 110110 100000

Color Harmonies of #25757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25757C

Black with #25757C

Text Example


Text Example

White with #25757C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25757C; }

 p { color: rgb(37,117,124); }

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

background-color css

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

 a { background-color: rgb(37,117,124); }

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

border-color css

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

 span { border-color: rgb(37,117,124); }

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