Html Css Color HEX #256E74 Atoll

📋 copy color: '#256E74'

red 37 ◦ green 110 ◦ blue 116

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

Shades of Atoll #256E74

Tints of Atoll #256E74

RGB

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

 GREEN value IS 110 (43.36% from 255) = 41.83%

 BLUE value IS 116 (45.7% from 255) = 44.11%

R = 14.07%
G = 41.83%
B = 44.11%

CMYK

 C value IS 0.68

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#256E74 (or 0x256E74) is known color: Atoll. HEX triplet: 25, 6E and 74. RGB value is (37,110,116). Sum of RGB (Red+Green+Blue) = 37+110+116=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 110 (43.36% from 255 or 41.83% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 116 - color contains mainly: blue. Hex color #256E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256E74 is #DA918B. Grayscale: #585858. Windows color (decimal): -14324108 or 7630373. OLE color: 7630373.

HSL color Cylindrical-coordinate representation of color #256E74: hue angle of 184.56º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #256E74 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 110 116 -
CMYK 0.68 0.05 0 0.55
HSL 184.56º 0.52% 0.3% -
HSV(B) 184.56º 0.68% 0.45% -
XYZ 9.49 12.81 18.49 -
YUV 88.86 143.32 91.01 -
System Red Green Blue C M Y K H S L
Decimal 37 110 116 0.68 0.05 0 0.55 184.56 0.52 0.3
Hex 25 6E 74 44 5 0 37 B9 34 1E
Octal 45 156 164 104 5 0 67 271 64 36
Binary 100101 1101110 1110100 1000100 101 0 110111 10111001 110100 11110

Color Harmonies of #256E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256E74

Black with #256E74

Text Example


Text Example

White with #256E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256E74; }

 p { color: rgb(37,110,116); }

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

background-color css

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

 a { background-color: rgb(37,110,116); }

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

border-color css

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

 span { border-color: rgb(37,110,116); }

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