Html Css Color HEX #257375 Atoll

📋 copy color: '#257375'

red 37 ◦ green 115 ◦ blue 117

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

Shades of Atoll #257375

Tints of Atoll #257375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.75%

 BLUE value IS 117 (46.09% from 255) = 43.49%

R = 13.75%
G = 42.75%
B = 43.49%

CMYK

 C value IS 0.68

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#257375 (or 0x257375) is known color: Atoll. HEX triplet: 25, 73 and 75. RGB value is (37,115,117). Sum of RGB (Red+Green+Blue) = 37+115+117=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 117 - color contains mainly: blue. Hex color #257375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257375 is #DA8C8A. Grayscale: #5B5B5B. Windows color (decimal): -14322827 or 7697189. OLE color: 7697189.

HSL color Cylindrical-coordinate representation of color #257375: hue angle of 181.5º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #257375 is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 115 117 -
CMYK 0.68 0.02 0 0.54
HSL 181.5º 0.52% 0.3% -
HSV(B) 181.5º 0.68% 0.46% -
XYZ 10.1 13.94 18.99 -
YUV 91.91 142.16 88.84 -
System Red Green Blue C M Y K H S L
Decimal 37 115 117 0.68 0.02 0 0.54 181.5 0.52 0.3
Hex 25 73 75 44 2 0 36 B6 34 1E
Octal 45 163 165 104 2 0 66 266 64 36
Binary 100101 1110011 1110101 1000100 10 0 110110 10110110 110100 11110

Color Harmonies of #257375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257375

Black with #257375

Text Example


Text Example

White with #257375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257375; }

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

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

background-color css

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

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

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

border-color css

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

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

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