Html Css Color HEX #256374 Allports

📋 copy color: '#256374'

red 37 ◦ green 99 ◦ blue 116

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

Shades of Allports #256374

Tints of Allports #256374

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.29%

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

R = 14.68%
G = 39.29%
B = 46.03%

CMYK

 C value IS 0.68

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#256374 (or 0x256374) is known color: Allports. HEX triplet: 25, 63 and 74. RGB value is (37,99,116). Sum of RGB (Red+Green+Blue) = 37+99+116=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 116 - color contains mainly: blue. Hex color #256374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256374 is #DA9C8B. Grayscale: #525252. Windows color (decimal): -14326924 or 7627557. OLE color: 7627557.

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

Color convert

RGB 37 99 116 -
CMYK 0.68 0.15 0 0.55
HSL 192.91º 0.52% 0.3% -
HSV(B) 192.91º 0.68% 0.45% -
XYZ 8.38 10.58 18.12 -
YUV 82.4 146.96 95.62 -
System Red Green Blue C M Y K H S L
Decimal 37 99 116 0.68 0.15 0 0.55 192.91 0.52 0.3
Hex 25 63 74 44 F 0 37 C1 34 1E
Octal 45 143 164 104 17 0 67 301 64 36
Binary 100101 1100011 1110100 1000100 1111 0 110111 11000001 110100 11110

Color Harmonies of #256374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256374

Black with #256374

Text Example


Text Example

White with #256374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256374; }

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

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

background-color css

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

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

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

border-color css

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

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

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