Html Css Color HEX #256A70 Allports

📋 copy color: '#256A70'

red 37 ◦ green 106 ◦ blue 112

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

Shades of Allports #256A70

Tints of Allports #256A70

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.57%

 BLUE value IS 112 (44.14% from 255) = 43.92%

R = 14.51%
G = 41.57%
B = 43.92%

CMYK

 C value IS 0.67

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#256A70 (or 0x256A70) is known color: Allports. HEX triplet: 25, 6A and 70. RGB value is (37,106,112). Sum of RGB (Red+Green+Blue) = 37+106+112=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #256A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256A70 is #DA958F. Grayscale: #555555. Windows color (decimal): -14325136 or 7367205. OLE color: 7367205.

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

Color convert

RGB 37 106 112 -
CMYK 0.67 0.05 0 0.56
HSL 184.8º 0.5% 0.29% -
HSV(B) 184.8º 0.67% 0.44% -
XYZ 8.84 11.87 17.15 -
YUV 86.05 142.64 93.01 -
System Red Green Blue C M Y K H S L
Decimal 37 106 112 0.67 0.05 0 0.56 184.8 0.5 0.29
Hex 25 6A 70 43 5 0 38 B9 32 1D
Octal 45 152 160 103 5 0 70 271 62 35
Binary 100101 1101010 1110000 1000011 101 0 111000 10111001 110010 11101

Color Harmonies of #256A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256A70

Black with #256A70

Text Example


Text Example

White with #256A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,106,112); }

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

background-color css

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

 a { background-color: rgb(37,106,112); }

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

border-color css

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

 span { border-color: rgb(37,106,112); }

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