Html Css Color HEX #256E71 Atoll

📋 copy color: '#256E71'

red 37 ◦ green 110 ◦ blue 113

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

Shades of Atoll #256E71

Tints of Atoll #256E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 43.46%

R = 14.23%
G = 42.31%
B = 43.46%

CMYK

 C value IS 0.67

 M value IS 0.03

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#256E71 (or 0x256E71) is known color: Atoll. HEX triplet: 25, 6E and 71. RGB value is (37,110,113). Sum of RGB (Red+Green+Blue) = 37+110+113=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #256E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256E71 is #DA918E. Grayscale: #585858. Windows color (decimal): -14324111 or 7433765. OLE color: 7433765.

HSL color Cylindrical-coordinate representation of color #256E71: hue angle of 182.37º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #256E71 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 110 113 -
CMYK 0.67 0.03 0 0.56
HSL 182.37º 0.51% 0.29% -
HSV(B) 182.37º 0.67% 0.44% -
XYZ 9.32 12.74 17.59 -
YUV 88.52 141.82 91.26 -
System Red Green Blue C M Y K H S L
Decimal 37 110 113 0.67 0.03 0 0.56 182.37 0.51 0.29
Hex 25 6E 71 43 3 0 38 B6 33 1D
Octal 45 156 161 103 3 0 70 266 63 35
Binary 100101 1101110 1110001 1000011 11 0 111000 10110110 110011 11101

Color Harmonies of #256E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256E71

Black with #256E71

Text Example


Text Example

White with #256E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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