Html Css Color HEX #256474 Allports

📋 copy color: '#256474'

red 37 ◦ green 100 ◦ blue 116

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

Shades of Allports #256474

Tints of Allports #256474

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.53%

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

R = 14.62%
G = 39.53%
B = 45.85%

CMYK

 C value IS 0.68

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#256474 (or 0x256474) is known color: Allports. HEX triplet: 25, 64 and 74. RGB value is (37,100,116). Sum of RGB (Red+Green+Blue) = 37+100+116=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 116 - color contains mainly: blue. Hex color #256474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256474 is #DA9B8B. Grayscale: #525252. Windows color (decimal): -14326668 or 7627813. OLE color: 7627813.

HSL color Cylindrical-coordinate representation of color #256474: hue angle of 192.15º 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 #256474 is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 100 116 -
CMYK 0.68 0.14 0 0.55
HSL 192.15º 0.52% 0.3% -
HSV(B) 192.15º 0.68% 0.45% -
XYZ 8.47 10.77 18.16 -
YUV 82.99 146.63 95.2 -
System Red Green Blue C M Y K H S L
Decimal 37 100 116 0.68 0.14 0 0.55 192.15 0.52 0.3
Hex 25 64 74 44 E 0 37 C0 34 1E
Octal 45 144 164 104 16 0 67 300 64 36
Binary 100101 1100100 1110100 1000100 1110 0 110111 11000000 110100 11110

Color Harmonies of #256474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256474

Black with #256474

Text Example


Text Example

White with #256474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256474; }

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

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

background-color css

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

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

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

border-color css

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

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

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