Html Css Color HEX #257C8C Atoll

📋 copy color: '#257C8C'

red 37 ◦ green 124 ◦ blue 140

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

Shades of Atoll #257C8C

Tints of Atoll #257C8C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.2%

 BLUE value IS 140 (55.08% from 255) = 46.51%

R = 12.29%
G = 41.2%
B = 46.51%

CMYK

 C value IS 0.74

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#257C8C (or 0x257C8C) is known color: Atoll. HEX triplet: 25, 7C and 8C. RGB value is (37,124,140). Sum of RGB (Red+Green+Blue) = 37+124+140=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 140 - color contains mainly: blue. Hex color #257C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257C8C is #DA8373. Grayscale: #636363. Windows color (decimal): -14320500 or 9206821. OLE color: 9206821.

HSL color Cylindrical-coordinate representation of color #257C8C: hue angle of 189.32º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #257C8C is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 124 140 -
CMYK 0.74 0.11 0 0.45
HSL 189.32º 0.58% 0.35% -
HSV(B) 189.32º 0.74% 0.55% -
XYZ 12.7 16.7 27.37 -
YUV 99.81 150.68 83.2 -
System Red Green Blue C M Y K H S L
Decimal 37 124 140 0.74 0.11 0 0.45 189.32 0.58 0.35
Hex 25 7C 8C 4A B 0 2D BD 3A 23
Octal 45 174 214 112 13 0 55 275 72 43
Binary 100101 1111100 10001100 1001010 1011 0 101101 10111101 111010 100011

Color Harmonies of #257C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257C8C

Black with #257C8C

Text Example


Text Example

White with #257C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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