Html Css Color HEX #256F72 Atoll

📋 copy color: '#256F72'

red 37 ◦ green 111 ◦ blue 114

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

Shades of Atoll #256F72

Tints of Atoll #256F72

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.37%

 BLUE value IS 114 (44.92% from 255) = 43.51%

R = 14.12%
G = 42.37%
B = 43.51%

CMYK

 C value IS 0.68

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#256F72 (or 0x256F72) is known color: Atoll. HEX triplet: 25, 6F and 72. RGB value is (37,111,114). Sum of RGB (Red+Green+Blue) = 37+111+114=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 111 (43.75% from 255 or 42.37% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #256F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256F72 is #DA908D. Grayscale: #595959. Windows color (decimal): -14323854 or 7499557. OLE color: 7499557.

HSL color Cylindrical-coordinate representation of color #256F72: hue angle of 182.34º degrees, saturation: 0.51, 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 #256F72 is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 111 114 -
CMYK 0.68 0.03 0 0.55
HSL 182.34º 0.51% 0.3% -
HSV(B) 182.34º 0.68% 0.45% -
XYZ 9.48 12.98 17.92 -
YUV 89.22 141.98 90.76 -
System Red Green Blue C M Y K H S L
Decimal 37 111 114 0.68 0.03 0 0.55 182.34 0.51 0.3
Hex 25 6F 72 44 3 0 37 B6 33 1E
Octal 45 157 162 104 3 0 67 266 63 36
Binary 100101 1101111 1110010 1000100 11 0 110111 10110110 110011 11110

Color Harmonies of #256F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256F72

Black with #256F72

Text Example


Text Example

White with #256F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,111,114); }

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

background-color css

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

 a { background-color: rgb(37,111,114); }

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

border-color css

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

 span { border-color: rgb(37,111,114); }

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