Html Css Color HEX #256C71 Atoll

📋 copy color: '#256C71'

red 37 ◦ green 108 ◦ blue 113

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

Shades of Atoll #256C71

Tints of Atoll #256C71

RGB

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

 GREEN value IS 108 (42.58% from 255) = 41.86%

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

R = 14.34%
G = 41.86%
B = 43.8%

CMYK

 C value IS 0.67

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#256C71 (or 0x256C71) is known color: Atoll. HEX triplet: 25, 6C and 71. RGB value is (37,108,113). Sum of RGB (Red+Green+Blue) = 37+108+113=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 108 (42.58% from 255 or 41.86% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 113 - color contains mainly: blue. Hex color #256C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256C71 is #DA938E. Grayscale: #575757. Windows color (decimal): -14324623 or 7433253. OLE color: 7433253.

HSL color Cylindrical-coordinate representation of color #256C71: hue angle of 183.95º 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 #256C71 is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 108 113 -
CMYK 0.67 0.04 0 0.56
HSL 183.95º 0.51% 0.29% -
HSV(B) 183.95º 0.67% 0.44% -
XYZ 9.11 12.31 17.52 -
YUV 87.34 142.48 92.09 -
System Red Green Blue C M Y K H S L
Decimal 37 108 113 0.67 0.04 0 0.56 183.95 0.51 0.29
Hex 25 6C 71 43 4 0 38 B8 33 1D
Octal 45 154 161 103 4 0 70 270 63 35
Binary 100101 1101100 1110001 1000011 100 0 111000 10111000 110011 11101

Color Harmonies of #256C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256C71

Black with #256C71

Text Example


Text Example

White with #256C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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